From 82c6c8e5634e29021893ddb8f3e0f0afb7e31735 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 10 May 2022 12:18:34 +0200 Subject: update changelog --- docs/Changelog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/Changelog.md') 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 . - 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 . - "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+ -- cgit 1.4.1