about summary refs log tree commit diff
path: root/docs
AgeCommit message (Collapse)Author
2020-04-09added snapshot feature to documentationvan Hauser
2020-04-09ctx donevan Hauser
2020-04-09added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵van Hauser
fix, fixed for FUSELD (for LTO)
2020-04-09code format, small improvementsvan Hauser
2020-04-01typo fixDominik Maier
2020-04-01src doku is now markdownDominik Maier
2020-04-01tiny fixesDominik Maier
2020-04-01mutator docsDominik Maier
2020-04-01merged devDominik Maier
2020-04-01added read_timedDominik Maier
2020-04-01add CFI sanitizervan Hauser
2020-03-27more apiDominik Maier
2020-03-27edited custom mutator pre_save apiDominik Maier
2020-03-23typovan Hauser
2020-03-23more fixesvan Hauser
2020-03-23minor fixesvan Hauser
2020-03-22all afl msgs to stdout and only read AFL_BENCH_JUST_ONE oncevan Hauser
2020-03-20added llvm_mode ngram coveragevan Hauser
2020-03-20expose cycles_wo_finds in fuzzer_statsvan Hauser
2020-03-20added missing descriptions of entries in fuzzer_statsvan Hauser
2020-03-20add RARE schedule. also fixes doc_pathvan Hauser
2020-03-19update docvan Hauser
2020-03-19moved repository to https://github.com/AFLplusplus/AFLplusplus and updated linksvan Hauser
2020-03-17added mmopt power schedulevan Hauser
2020-03-11updated README, ideas and a missing clean in Makefilevan Hauser
2020-03-11Fix typo (#247)intrigus-lgtm
2020-03-10document new environment variables and code formatvan Hauser
2020-03-10imported InsTrim algo fixvan Hauser
2020-03-09changelogAndrea Fioraldi
2020-03-09updated changelog and todovan Hauser
2020-03-09disable leaksanitizer when "make"van Hauser
2020-03-08mark AFL_PYTHON_ONLY deprecatedvan 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-07afl-tmin hang mode addedDominik Maier
2020-03-04Update examples of the custom mutatorh1994st
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs
2020-03-03Fix typoh1994st
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-01make afl-showmap quiet when called from afl-cmin*van Hauser
2020-03-01Added AFL_AUTORESUME optionDominik Maier
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-28more examples for README and custom_mutator READMEvan Hauser
2020-02-28fix for qemu_mode where capstone 4.0+ is installedvan Hauser
2020-02-28v2.62dvan Hauser
2020-02-28v2.62c 2.62cvan Hauser
2020-02-28v2.62cvan Hauser
2020-02-28update ideasvan Hauser
2020-02-28cmplog_shm shmat was missing result checkvan Hauser