diff options
author | vanhauser-thc <vh@thc.org> | 2022-05-10 12:18:34 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-05-10 12:18:34 +0200 |
commit | 82c6c8e5634e29021893ddb8f3e0f0afb7e31735 (patch) | |
tree | 23c0223e40a0affabac7a9c5accad809cd2fe380 | |
parent | 79099a01f8b96ba217fc5e831ccbc4b65345c46c (diff) | |
download | afl++-82c6c8e5634e29021893ddb8f3e0f0afb7e31735.tar.gz |
update changelog
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 3d6fbe7e..b6271a22 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,9 +12,6 @@ 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. @@ -29,6 +26,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - "saved timeouts" was wrong information, timeouts are still thrown away by default even if they have new coverage (hangs are always kept), unless AFL_KEEP_TIMEOUTS are set + - 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 + - fix effector map calculation (deterministic mode) + - fix custom mutator post_process functionality - document and auto-activate pizza mode on condition - afl-cc: - converted all passed to use the new llvm pass manager for llvm 11+ |