AFLplusplus / LibAFL

Advanced Fuzzing Library - Slot your Fuzzer together in Rust! Scales across cores and machines. For Windows, Android, MacOS, Linux, no_std, ...
Other
2.03k stars 319 forks source link

fix all the fuzzers links in the libafl book #2493

Closed marcograss closed 2 months ago

marcograss commented 2 months ago
domenukk commented 2 months ago

Thanks! Looks like removing the extern crates broke compilation in the book, though(?)

@rmalmain @tokatoka be careful when moving the fuzzers in the future :)

marcograss commented 2 months ago

Thanks! Looks like removing the extern crates broke compilation in the book, though(?)

@rmalmain @tokatoka be careful when moving the fuzzers in the future :)

ops, I didn't have this mdbook check installed and I didn't see it. I reverted the culprit commit

rmalmain commented 2 months ago

Thanks! Looks like removing the extern crates broke compilation in the book, though(?)

@rmalmain @tokatoka be careful when moving the fuzzers in the future :)

opened #2495 to avoid this problem in the future

rmalmain commented 2 months ago

i'll fix the broken links not fixed here