about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
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-07solve linking error when python is not availableAndrea Fioraldi
2020-03-07custom havoc mutationAndrea Fioraldi
2020-03-07afl-tmin hang mode addedDominik Maier
2020-03-05Fix leaks when stopping afl (#228)Dominik Maier
2020-03-05added AFL_QUIET - be_quiet to afl-showmap and small changes to test.shvan Hauser
2020-03-05clarify -N optionvan Hauser
2020-03-04fix null ptr deref before trim_case_custom callAndrea Fioraldi
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-02Add initialization funcation wrapper for Python mutatorh1994st
2020-03-02Uniform API for both Python and custom mutatorh1994st
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-clang-fast, small Android changehexcoder-
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-28i am too tired :-(van Hauser
2020-02-28cmplog_shm shmat was missing result checkvan Hauser
2020-02-28code-formatvan Hauser
2020-02-27Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-02-27bye bye SanCov for CmpLogAndrea Fioraldi
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-26catch if shmat failsvan Hauser
2020-02-25beautifying man pageshexcoder-
2020-02-25man page tuninghexcoder-
2020-02-25more env info for afl-plot and afl-analyzehexcoder-
2020-02-25fix references to README docshexcoder-
2020-02-24add env info to afl-tminhexcoder-
2020-02-24important InsTrim fixes!van Hauser
2020-02-23fix stupid gcc compiler warnings on arm32 (specified size 4294967284 exceeds ↵hexcoder-
maximum object size 2147483647)
2020-02-22fix travis weirdness - hopefullyvan Hauser
2020-02-21improve redqueen not looking in orig bufAndrea Fioraldi
2020-02-21fix oob flip_bit in mopt codeAndrea Fioraldi
2020-02-21block the usage of mopt with optionals mutators (redqueen/radamsa/etc...)Andrea Fioraldi
2020-02-21libradamsa-test fixvan Hauser
2020-02-19fix forkserver output (support AFL_QUIET)hexcoder-
2020-02-19Merge pull request #202 from vanhauser-thc/cmplog_routinesAndrea Fioraldi
Cmplog routines for LLVM mode
2020-02-19fixed -A in afl-showmapDominik Maier
2020-02-19forgot cleanupvan Hauser
2020-02-19fix travis and fix logicvan 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-18fuzzer wotking with rtn cmplogAndrea Fioraldi