diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-03-27 23:24:42 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-03-27 23:24:42 +0100 |
commit | 5e389a0970736030d6db59d27593e3173df5e18c (patch) | |
tree | 904d367a964aa3cc638c63c2ac8948c42d588549 /docs/Changelog.md | |
parent | 11414596077922dfccac6579df62d86bd7a758ef (diff) | |
parent | 7c76b7db04b7068c3b52f3a0eeaf19d468425e79 (diff) | |
download | afl++-5e389a0970736030d6db59d27593e3173df5e18c.tar.gz |
Less allocs
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 6af269ce..198909d1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -31,6 +31,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. the last 5 queue entries - rare: puts focus on queue entries that hits rare branches, also ignores runtime + - llvm_mode: added Control Flow Integrity sanatizer (AFL_USE_CFISAN) - LTO collision free instrumented added in llvm_mode with afl-clang-lto - note that this mode is amazing, but quite some targets won't compile - Added llvm_mode NGRAM prev_loc coverage by Adrean Herrera |