Open killercup opened 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.
same with AFL
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
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.