diff options
| author | van Hauser <vh@thc.org> | 2022-03-17 16:30:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 16:30:29 +0100 |
| commit | 1bea949f34fb437a60ca772787a9018a3ba79053 (patch) | |
| tree | 59d6f7ef2222cb92835d08398de3a1d32d2f8528 /docs/Changelog.md | |
| parent | 3c11a377570512efeb3a197148ff1b7dddbd8e32 (diff) | |
| parent | 1a65df2beee0a68bd5198a44f42ae1346f7ee231 (diff) | |
| download | afl++-1bea949f34fb437a60ca772787a9018a3ba79053.tar.gz | |
Merge branch 'dev' into newpm2
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 |
