Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-23 | fixed tiny nitpicks | Dominik Maier | |
2021-03-22 | add details to AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES doc | Joshua Pereyda | |
2021-03-20 | add AFL_TARGET_ENV to afl-fuzz | fuzzah | |
2021-03-15 | Add AFL_QEMU_CUSTOM_BIN environment flag | realmadsci | |
In QEMU mode (-Q), setting AFL_QEMU_CUSTOM_BIN cause afl-fuzz to skip prepending afl-qemu-trace to your command line. Use this if you wish to use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments. | |||
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-07 | documentation for AFL_PERSISTENT_RECORD | vanhauser-thc | |
2021-02-15 | doc updates | vanhauser-thc | |
2021-02-13 | added AFL_IGNORE_UNKNOWN_ENVS | vanhauser-thc | |
2021-02-11 | typo | hexcoder | |
2021-02-10 | dlmalloc only for non glibc qasan and AFL_QEMU_FORCE_DFL | Andrea Fioraldi | |
2021-01-30 | added AFL_CMPLOG_ONLY_NEW feature | van Hauser | |
2021-01-22 | Add better doc for AFL_STATSD_TAGS_FLAVOR | Edznux | |
2021-01-21 | fix docs | van Hauser | |
2021-01-07 | cleaned up AFL_KILL_SIGNAL | Dominik Maier | |
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 | |