-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: afl-cmin #25
Comments
This should be fairly easy to implement, as it only requires supporting the |
Pushed scripts The I am a bit reluctant to support |
Wow, that was quick, thanks! I just tried jqf-afl-showmap with the tika example, it times out for me with the default -t value, but works with higher values. I think it's fine if afl-cmin is rather slow and afl-tmin is not implemented for now, thanks for implementing! |
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 text was updated successfully, but these errors were encountered: