AFLplusplus / LibAFL

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

Improved documentation for fuzzers/cargo_fuzz and dynamic_analysis #2350

Closed Nereuxofficial closed 3 months ago

Nereuxofficial commented 3 months ago

In light of #424 i fixed some typos in the cargo_fuzz README and also in the dynamic_analyis README.

In the latter one the instructions lack anything about the corpus right now. Would it be possible to just commit some files into the repository and have the user extend them as needed?

tokatoka commented 3 months ago

yes you can

domenukk commented 3 months ago

I'm not sure we (should?) try to add line breaks in md files. Most people (I assume) can enable some sort of auto line breaks in their editor if they wish. Otherwise this looks good to me

Nereuxofficial commented 3 months ago

I'm not sure we (should?) try to add line breaks in md files. Most people (I assume) can enable some sort of auto line breaks in their editor if they wish. Otherwise this looks good to me

Oh my code editor has enabled them automatically. I disabled it for this project and reverted the line breaks.

domenukk commented 3 months ago

Thanks! :)