about summary refs log tree commit diff
path: root/src/afl-fuzz-run.c
AgeCommit message (Collapse)Author
2020-03-05Fix leaks when stopping afl (#228)Dominik Maier
2020-03-04fix null ptr deref before trim_case_custom callAndrea Fioraldi
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-02Uniform API for both Python and custom mutatorh1994st
2020-01-31stop the fuzzer if AFL_QEMU_PERSISTENT_ADDR is wrongAndrea Fioraldi
2020-01-30Merge branch 'master' into CmpLogAndrea Fioraldi
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-17first experiment cmplogAndrea Fioraldi
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-02added -N no_unlink optionvan Hauser
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-11Android PR integrationvan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-18revert patchvan Hauser
2019-10-04general maintancevan Hauser
2019-10-01Improved error messaging when unable to communicate with the fork serverMatt C
2019-09-22afl-fuzz mutation documentation featurevan Hauser
2019-09-12first version of persistent QEMUAndrea Fioraldi
2019-09-10no more unlinkvan Hauser
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-04credits and license header for src/* and include/*Andrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02afl-fuzz.c completely splittedAndrea Fioraldi