targets icon indicating copy to clipboard operation
targets copied to clipboard

Add flags to run libfuzzer with multiple workers

Open killercup opened this issue 7 years ago • 2 comments

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.

killercup avatar Apr 27 '18 09:04 killercup

same with AFL

PaulGrandperrin avatar Apr 27 '18 15:04 PaulGrandperrin

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

frewsxcv avatar May 15 '18 11:05 frewsxcv