about summary refs log tree commit diff
path: root/src/afl-fuzz.c
AgeCommit message (Collapse)Author
2020-03-09AFL without globals (#220)Dominik Maier
* moved globals to afl, shm and fsrv * moved argv to afl state, less bugs * fixed unicorn docu * lists everywhere * merged custom mutators * fixed leaks in afl-fuzz
2020-03-09more code formatvan Hauser
2020-03-05clarify -N optionvan Hauser
2020-03-03Update the documents of the custom mutatorh1994st
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md
2020-03-03Finish refactoring APIs for the custom mutator and Python moduleh1994st
- Remove AFL_PYTHON_ONLY (env) and python_only (variable) - Unify fuzz API of the custom mutator and Python module - Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage
2020-03-02Refactoring `fuzz_py` APIh1994st
2020-03-02Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplush1994st
2020-03-02Add new APIs for the custom mutatorh1994st
2020-03-02Autoresume added to helpDominik Maier
2020-03-01migrated autoresume to use get_afl_envDominik Maier
2020-03-01Added AFL_AUTORESUME optionDominik Maier
2020-02-29print OKF if an environment variable is successfully loaded - feebdack to ↵van Hauser
this please ...
2020-02-29code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵van Hauser
and Makefile
2020-02-28add env info to afl-fuzz (please review!), small clarifications in ↵hexcoder-
docs/env_variables.md
2020-02-28add env info to afl-showmap, in qemu_mode add forgotten MacOSX env var to ↵hexcoder-
afl-analyze, afl-fuzz, afl-tmin
2020-02-28code-formatvan Hauser
2020-02-27Fix hanging fork and child with -V -EKonrad Welc
If we let multiple fuzzers end with -V or -E option, it will cause it to think we are still occupying the cores, even if they are free, once we try to run another job it would return an error that no free nodes are available. This change fixes that problem.
2020-02-25fix references to README docshexcoder-
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-19forgot cleanupvan Hauser
2020-02-18moved AFL_TMPDIR check further down and better error messagevan Hauser
2020-02-18allow -i - resume with AFL_TMPDIRvan Hauser
2020-02-18better -h for cmplogAndrea Fioraldi
2020-02-17fix issue #198 AFL_TMPDIR is ignored for file .cur_inputhexcoder-
2020-02-17code formatvan Hauser
2020-02-16fixvan Hauser
2020-02-16check for mistyped env varsvan Hauser
2020-02-07Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-07afl qemu persistent hookAndrea Fioraldi
2020-02-07todo updatevan Hauser
2020-02-03fix MDsvan Hauser
2020-02-03docs to mdAndrea Fioraldi
2020-02-03broader python supportDominik Maier
2020-02-01AFL_ALIGNED_ALLOC in libdislocatorAndrea Fioraldi
2020-01-30Merge branch 'master' into CmpLogAndrea Fioraldi
2020-01-30cmplog check_binaryAndrea Fioraldi
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-19fix for getoptvan Hauser
2020-01-17first experiment cmplogAndrea Fioraldi
2020-01-06moar moar copyrightsAndrea Fioraldi
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2020-01-03Typo in namehexcoder
2019-12-31show correct python version and readme namevan Hauser
2019-12-31show correct python version and readme namevan Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-30critical bugfix for afl-tminvan Hauser
2019-12-25code formatAndrea Fioraldi
2019-12-25AFL_PRELOAD -> QEMU_SET_ENV for afl-fuzz,afl-showmap,afl-analyze,afl-tminAndrea Fioraldi
2019-12-24qemu ld_preload support and added socket_fuzzing ld_preload libraryvan Hauser