diff options
author | van Hauser <vh@thc.org> | 2021-01-22 15:58:12 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2021-01-22 15:58:12 +0100 |
commit | baf1ac2e69145d9e411f13df8ab4e7060f2f2685 (patch) | |
tree | 2a9cdd0ba596c9794417641e2cdad2499162dee1 /docs | |
parent | 46010a87049bdf32ef23b08d25c186aba3aae442 (diff) | |
download | afl++-baf1ac2e69145d9e411f13df8ab4e7060f2f2685.tar.gz |
basic cmplog std::string support
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 63e8e66e..2b8b0e8d 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -32,6 +32,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - fixed endless loop for allow/blocklist lines starting with a comment (thanks to Zherya for reporting) - cmplog/redqueen now also tracks floating point, _ExtInt() + 128bit + - cmplog/redqueen can now process basic libc++ and libstdc++ + std::string comparisons (though no position or length type variants) - added AFL_LLVM_INSTRUMENT option NATIVE for native clang pc-guard support (less performant than our own), GCC for old afl-gcc and CLANG for old afl-clang |