AFL fuzzer_stats
Opened this issue · 0 comments
GrosQuildu commented
AFL documentation (parallel_fuzzing.txt) says that:
There is no need to synchronize crashes/ or hangs/; you only need to copy over queue/* (and ideally, also fuzzer_stats).
So we should synchronize fuzzer_stats
somehow.