diff options
author | marc <marc@marc.srlabs.de> | 2023-08-11 11:22:18 +0200 |
---|---|---|
committer | marc <marc@marc.srlabs.de> | 2023-08-11 11:22:18 +0200 |
commit | 8823f22a9c87123c1bfcc5bff10044de4c7a4a1f (patch) | |
tree | 58b8b723b333aa0cf10a9d9c7597331ba30ad481 /docs/Changelog.md | |
parent | 1cd9258768253e082baa1cc453c578b373839dbc (diff) | |
download | afl++-8823f22a9c87123c1bfcc5bff10044de4c7a4a1f.tar.gz |
add AFL_FINAL_SYNC
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 94b4c502..8f2b2545 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,7 +4,9 @@ release of the tool. See README.md for the general instruction manual. ### Version ++4.09a (dev) - - something cool :-) + - afl-fuzz: + - added `AFL_FINAL_SYNC` which forces a final fuzzer sync (also for `-F`) + before terminating. ### Version ++4.08c (release) @@ -22,7 +24,6 @@ - -l X option to enable base64 transformation solving - allow to disable CMPLOG with '-c -' (e.g. afl.rs enforces '-c 0' on every instance which is counterproductive). - - afl-cmin/afl-cmin.bash: - fixed a bug inherited from vanilla AFL where a coverage of map[123] = 11 would be the same as map[1123] = 1 @@ -40,7 +41,6 @@ - qemu_mode: - added qemu_mode/utils/qemu_get_symbol_addr.sh - ### Version ++4.07c (release) - afl-fuzz: - reverse reading the seeds only on restarts (increases performance) @@ -69,7 +69,6 @@ - TritonDSE in custom_mutators/aflpp_tritondse - SymQEMU in custom_mutators/symqemu - ### Version ++4.06c (release) - afl-fuzz: - ensure temporary file descriptor is closed when not used |