diff options
author | vanhauser-thc <vh@thc.org> | 2023-11-07 10:31:09 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-11-07 10:31:09 +0100 |
commit | ac0ad563480e3bf1fb69349e960b7957fffe75df (patch) | |
tree | 83ed891190e884fbc9f7f215ae4193577b64ca14 /docs | |
parent | f3d2127fd815bed2ec9dfab981123898d11cea65 (diff) | |
download | afl++-ac0ad563480e3bf1fb69349e960b7957fffe75df.tar.gz |
fix dictionary and cmin
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index bf1a7d87..c74a9ad7 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,6 +12,7 @@ - allow -S/-M naming up to 50 characters (from 24) - added scale support to CMPLOG (-l S) - added --version and --help command line parameters + - fixed endless loop when reading malformed dictionaries - afl-whatsup: - detect instanced that are starting up and show them as such as not dead - now also shows coverage reached @@ -21,6 +22,7 @@ - fix for a few string compare transform functions for LAF - frida_mode: - fixes support for large map offsets + - afl-cmin/afl-cmin.bash: prevent unneeded file errors - added new tool afl-addseeds that adds new seeds to a running campaign - added benchmark/benchmark.sh if you want to see how good your fuzzing speed is in comparison to other setups. |