Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-22 | better gcc and clang support for afl-cc | van Hauser | |
2020-12-20 | document AFL_LLVM_INSTRUMENT option NATIVE | van Hauser | |
2020-12-18 | apply nocolor changes | hexcoder- | |
2020-12-03 | AFL_CRASH_EXITCODE env var added, u8->bool | Dominik Maier | |
2020-12-01 | renamed examples/ to utils/ | vanhauser-thc | |
2020-12-01 | added AFL_NO_AUTODICT | van Hauser | |
2020-11-18 | typos and wording | hexcoder | |
2020-11-18 | more info about child_debug | Dominik Maier | |
2020-11-18 | renamed env var to AFL_DEBUG_CHILD | Dominik Maier | |
2020-11-18 | brought back missing env vars | Dominik Maier | |
2020-10-30 | review, mark env variables, linkify | hexcoder- | |
2020-10-14 | add documentation | van Hauser | |
2020-10-11 | Add documentation for StatsD | Edznux | |
2020-09-05 | final changes for pre-3.0 | vanhauser-thc | |
2020-08-31 | fix docs | van Hauser | |
2020-08-31 | typos/wording | hexcoder- | |
2020-08-31 | description for AFL_MAX_DET_EXTRAS added | Dominik Maier | |
2020-08-23 | added more env var docs, fsrv fixes for cmin, tmin | Dominik Maier | |
2020-08-20 | remove doc reference for SKIPSINGLEBLOCK | van Hauser | |
2020-08-05 | add sancov-like allow/denylist instrument feature | van Hauser | |
2020-08-01 | document env var | van Hauser | |
2020-07-31 | add LTO AFL_LLVM_DOCUMENT_IDS feature | van Hauser | |
2020-06-30 | rename whitelist -> instrumentlist | van Hauser | |
2020-05-23 | AFL_LLVM_LAF_ALL | van Hauser | |
2020-05-14 | deprecated AFL_POST_LIBRARY | van Hauser | |
2020-05-07 | added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument ↵ | van Hauser | |
single block functions | |||
2020-05-06 | added InsTrimLTO :-) | van Hauser | |
2020-05-05 | fixed typos | van Hauser | |
2020-05-04 | ctx and ngram can be used together now | van Hauser | |
2020-05-02 | AFL_LLVM_SKIP_NEVERZERO added | van Hauser | |
2020-04-25 | remove empty line | van Hauser | |
2020-04-23 | add documentation for LTO fixed map address feature | van Hauser | |
2020-04-17 | done implementing AFL_MAP_SIZE | van Hauser | |
2020-04-10 | LTO optimization, variable map size, autodictionary (#307) | van Hauser | |
* lto module clean-up * step 1/3 * step 1/3 completed * if tmp is ever made non-static * parts 2 and 3 - autodictionary is complete * variable map_size support * variable map size: changed overlooked functions * remove debug for autodict * 64 bit alignment of map size * fix review comments * force 64 bit alignment on both sides * typo | |||
2020-04-09 | added snapshot feature to documentation | van Hauser | |
2020-04-09 | ctx done | van Hauser | |
2020-04-09 | added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ↵ | van Hauser | |
fix, fixed for FUSELD (for LTO) | |||
2020-04-01 | add CFI sanitizer | van Hauser | |
2020-03-20 | added llvm_mode ngram coverage | van Hauser | |
2020-03-10 | document new environment variables and code format | van Hauser | |
2020-03-04 | Update examples of the custom mutator | h1994st | |
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs | |||
2020-03-03 | Update the documents of the custom mutator | h1994st | |
- Merge python_mutators.md into custom_mutator.md - Remove python_mutators.md | |||
2020-03-03 | Finish refactoring APIs for the custom mutator and Python module | h1994st | |
- 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-01 | Added AFL_AUTORESUME option | Dominik Maier | |
2020-02-29 | code-format, env.md fixes and adding -hh for env usage display into afl-fuzz ↵ | van Hauser | |
and Makefile | |||
2020-02-28 | add env info to afl-fuzz (please review!), small clarifications in ↵ | hexcoder- | |
docs/env_variables.md | |||
2020-02-25 | fix references to README docs | hexcoder- | |
2020-02-20 | add AFL_DEBUG to docs/env | van Hauser | |
2020-02-16 | fix UBSAN handling, update docs | hexcoder- | |
2020-02-03 | fix MDs | van Hauser | |