Skip to content
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

QoL patch: also use @@ instead of AFL_FILE #41

Open
wants to merge 43 commits into
base: master
Choose a base branch
from

Conversation

vanhauser-thc
Copy link

this way the cmd line to afl-fuzz can just be copied instead of switching @@ to AFL_FILE.
Of course AFL_FILE still works.

mmmds and others added 13 commits November 3, 2021 19:12
this can save about 3 minutes for 100k files.
Timeout was applied after "cat @@|" and works only for "cat".
Now "--verbose" will print full command line, even with "timeout".
avoid O(n^2) file scan
Support passing input through afl-fuzz -f parameter
1)timeout "-T" option fix. 2)Non-UTF characters in filenames now allowed.
Fix exponential time growth with coverage of parallel runs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants