diff options
author | vanhauser-thc <vh@thc.org> | 2022-03-01 19:30:17 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-03-01 19:30:17 +0100 |
commit | d84a8da1e9b68f03597f17a9c6c53503551fcb51 (patch) | |
tree | bc766a29685ba56e6b41937353581196d2e70732 /docs/Changelog.md | |
parent | f70760896c7a5d5f2b286d9ea71c8b6d90e98625 (diff) | |
download | afl++-d84a8da1e9b68f03597f17a9c6c53503551fcb51.tar.gz |
allow for -c0 also for src targets
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index f4ae0e43..549d5e4a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,6 +12,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - fix */build_...sh scripts to work outside of git - new custom_mutator: libafl with token fuzzing :) - afl-fuzz: + - when you just want to compile once and set CMPLOG, then just + set -c 0 to tell afl-fuzz that the fuzzing binary is also for + CMPLOG. - new commandline options -g/G to set min/max length of generated fuzz inputs - reintroduced AFL_PERSISTENT and AFL_DEFER_FORKSRV to allow |