rust-fuzz / targets

🎯 A collection of fuzzing targets written in Rust.
Creative Commons Zero v1.0 Universal
104 stars 21 forks source link

Add flags to run libfuzzer with multiple workers #110

Open killercup opened 6 years ago

killercup commented 6 years ago

By default, libfuzzer only runs one thread/worker. We should probably have it default to the number of CPUs and add a flag to set it to a specific number.

PaulGrandperrin commented 6 years ago

same with AFL

frewsxcv commented 6 years ago

AFL's parallel fuzzing story is a little more involved than just turning on a flag, unfortunately :-/

https://github.com/mirrorer/afl/blob/master/docs/parallel_fuzzing.txt