diff options
author | vanhauser-thc <vh@thc.org> | 2022-05-02 08:17:06 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-05-02 08:17:06 +0200 |
commit | 0b228fb0f5b4f21816827328a30d1535759c1b79 (patch) | |
tree | 39d632739c9427191b14c62ec85f5e46c73feb89 /docs/Changelog.md | |
parent | 01594dc416c154a7eb8d6782e9a25a8713ad3709 (diff) | |
download | afl++-0b228fb0f5b4f21816827328a30d1535759c1b79.tar.gz |
fix token usage in normal and MOpt mode
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 a841cca3..7abe6743 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: + - AFL never implemented auto token inserts (but user token inserts, + user token overwrite and auto token overwrite), added now! + - Mopt fix to always select the correct algorithm - 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. |