The input corpus is the most important success factor of a properly configured fuzzer. Therefore, corpus has to be distilled, a minimized corpus can provide good code coverage while not including unnecessary files not resulting in new code paths being taken.
afl-cmin is very useful in this regard. I had situations where I ran afl-cmin for several days, but then the fuzzer found issues within a day.
Would it be possible to provide afl-cmin for jqf? And maybe also afl-tmin?
Probably missing timeout specification in #26 is a blocker for this one...
The input corpus is the most important success factor of a properly configured fuzzer. Therefore, corpus has to be distilled, a minimized corpus can provide good code coverage while not including unnecessary files not resulting in new code paths being taken.
afl-cmin is very useful in this regard. I had situations where I ran afl-cmin for several days, but then the fuzzer found issues within a day.
Would it be possible to provide afl-cmin for jqf? And maybe also afl-tmin?
Probably missing timeout specification in #26 is a blocker for this one...