about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2023-05-21make AFL_CUSTOM_INFO overridablevanhauser-thc
2023-05-18act on invalid AFL_CUSTOM_MUTATOR_ONLY usagevanhauser-thc
2023-05-10better tritondse supportvanhauser-thc
2023-05-09fix makefilevanhauser-thc
2023-05-04afl-fuzz.c: Document -i - in --help (#1725)Moshe Kaplan
afl-fuzz.c: Document `-i -` in `--help`, to write that `-i` can be passed '-' to resume the prior fuzzing job. Also reference AFL_AUTORESUME so users know they can set that parameter to sidestep the issue entirely.
2023-05-01fix reallocsvanhauser-thc
2023-04-27afl++ -> AFL++vanhauser-thc
2023-04-25fixvanhauser-thc
2023-04-25rename env to AFL_IGNORE_PROBLEMS_COVERAGEvanhauser-thc
2023-04-22Merge pull request #1711 from atnwalk/atnwalkvan Hauser
AFL_POST_PROCESS_KEEP_ORIGINAL env variable for intermediate file formats and ATNwalk custom mutator
2023-04-22typovanhauser-thc
2023-04-21Merge remote-tracking branch 'origin/dev' into atnwalkMaik Betka
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c
2023-04-17fixed code clones in atnwalk.c, introduced new environment variable ↵Maik Betka
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz
2023-04-16Merge pull request #1702 from schumilo/devvan Hauser
add Nyx support in afl-showmap, afl-tmin, afl-cmin and afl-analyze
2023-04-16improved Nyx tmp dir handling (additional sanity checks)Sergej Schumilo
2023-04-14add Nyx support in various tools (like afl-cmin)Sergej Schumilo
2023-04-13remove -z option, use -p mmopt insteadvanhauser-thc
2023-04-09remove pointer to removed docvanhauser-thc
2023-04-05nitvanhauser-thc
2023-04-05fixvanhauser-thc
2023-04-05add -z switchvanhauser-thc
2023-04-05implement switch modevanhauser-thc
2023-04-04mode switchvanhauser-thc
2023-03-29introspectionvanhauser-thc
2023-03-26Clarify confusing version messageChris Down
When running, the following gets printed in quick succession on startup: afl-fuzz++4.00c based on afl by Michal Zalewski and a large online community [...] [+] NOTE: This is v3.x which changes defaults and behaviours - see README.md Don't assert that this is v3, just that v3+ changes defaults and behaviours.
2023-03-05Fixed according to PR comment, moved cli flag to an env variableAmit Elkabetz
2023-03-05Added minimum interval of 1 sec to avoid undefined behaviour in intervalAmit Elkabetz
2023-03-05auto code format fixesAmit Elkabetz
2023-03-05Added flag -u to allow custom interval to update fuzzer_stats fileAmit Elkabetz
2023-02-23regression fixvanhauser-thc
2023-02-21Merge pull request #1651 from AFLplusplus/devvan Hauser
Dev
2023-02-12Merge pull request #1639 from apach301/fix-score-calculationvan Hauser
Increase fuzz_level for mopt_common_fuzzing
2023-02-12revert perfscore 0 fix attemptvanhauser-thc
2023-02-09cmplog exec with target_pathYaakov Saxon
2023-02-08Validate -M and -p power schedule optionsDaniil Kutz
2023-02-07fix perfscore 0 checkvanhauser-thc
2023-02-06endless loop fixvanhauser-thc
2023-01-28fix warningvanhauser-thc
2023-01-27Merge pull request #1628 from AFLplusplus/devvan Hauser
Dev
2023-01-26update unicornvanhauser-thc
2023-01-18ignore timeout env optionvanhauser-thc
2023-01-16nitsvanhauser-thc
2023-01-15ensure out fd is closed in shmem modevanhauser-thc
2023-01-03welcome 2023vanhauser-thc
2022-12-20hide queue introspection behind definevanhauser-thc
2022-12-05fix warningvanhauser-thc
2022-11-23crash fix for queue analysis featurevanhauser-thc
2022-11-18write queue statisticsvanhauser-thc
2022-11-13Add option for random cmplog colorizationguyf2010
2022-10-29fixvanhauser-thc