diff options
author | van Hauser <vh@thc.org> | 2020-09-06 13:29:32 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-09-06 13:29:32 +0200 |
commit | 6114a48b89528ff3f24d91832d588aa8c05b672e (patch) | |
tree | e586faffca4d2a1fe69ede11fd04aefb73cf1dd9 /docs/Changelog.md | |
parent | e065ba9497df5c95d5b198b1230bc02629b343db (diff) | |
download | afl++-6114a48b89528ff3f24d91832d588aa8c05b672e.tar.gz |
add std::string and bcmp to dictionary functions
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index b4c575a6..73613452 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -28,7 +28,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - not overriding -Ox or -fno-unroll-loops anymore - new llvm pass: dict2file via AFL_LLVM_DICT2FILE, create afl-fuzz -x dictionary of string comparisons found during compilation - - LTO autodict now also collects interesting cmp comparisons + - LTO autodict now also collects interesting cmp comparisons, + std::string compare + find + ==, bcmp ### Version ++2.68c (release) |