about summary refs log tree commit diff
path: root/src/afl-fuzz-one.c
AgeCommit message (Collapse)Author
2020-03-27code formatDominik Maier
2020-03-27fixed call of custom mutatorsDominik Maier
2020-03-23less branches, cleanupDominik Maier
2020-03-22little performance enhancementsvan Hauser
2020-03-21renamed UB to rand_belowDominik Maier
2020-03-21remove debug codevan Hauser
2020-03-21test.sh with -no-pievan Hauser
2020-03-19code formatDominik Maier
2020-03-1950% less globalsDominik Maier
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09code-formatvan Hauser
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-07Add two new hooks for the custom mutatorh1994st
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples
2020-03-07custom havoc mutationAndrea 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-02Refactoring `fuzz_py` APIh1994st
2020-03-02Uniform API for both Python and custom mutatorh1994st
2020-02-24important InsTrim fixes!van Hauser
2020-02-21improve redqueen not looking in orig bufAndrea Fioraldi
2020-02-21fix oob flip_bit in mopt codeAndrea Fioraldi
2020-02-18skeleton for rtn cmplogAndrea Fioraldi
2020-02-11dictionary insert stage count bugfixvan Hauser
2020-01-30Merge branch 'master' into CmpLogAndrea Fioraldi
2020-01-20fixed Heiko's global search-replace :)van Hauser
2020-01-17formatAndrea Fioraldi
2020-01-17first experiment cmplogAndrea Fioraldi
2020-01-06moar moar copyrightsAndrea Fioraldi
2020-01-02remove unnecessary conditionsvan Hauser
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-11-11Merge branch 'master' into radamsaAndrea Fioraldi
2019-11-11libradamsa dlopenAndrea Fioraldi
2019-11-05test unicorn && AFL_DISABLE_TRIM env varAndrea Fioraldi
2019-10-24enhanced radamsa integrationvan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-10radamsa mutator as havoc cycle replacement with probability 1/24Andrea Fioraldi
2019-10-04general maintancevan Hauser
2019-09-25use the original data as input to custom fuzzer modulesAki Helin
2019-09-22afl-fuzz mutation documentation featurevan Hauser
2019-09-18qemu persistent GPRAndrea Fioraldi
2019-09-16added afl_custom_mutator_onlyvan Hauser
2019-09-13Merge branch 'master' into persistent_qemuhexcoder
2019-09-12Second part of refactoring afl-fuzz-one.c. Now more back to sane functions.hexcoder-
2019-09-12first version of persistent QEMUAndrea Fioraldi
2019-09-08refactoring for unification of pilot_fuzzing() and core_fuzzing()hexcoder-
fast method with macro template, review required
2019-09-07prefer preincrement over postincrementhexcoder-
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-04credits and license header for src/* and include/*Andrea Fioraldi