about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-27 12:09:06 +0100
committerDominik Maier <domenukk@gmail.com>2020-04-01 13:10:05 +0200
commit34c090a31db7939558bf0047f0f1693bbde76c1f (patch)
tree8d8e497fddf508a51f48bb857d724c2f5d741d5f /docs/Changelog.md
parent762421b355877c7bbe65f50a9cc659bbf178ab4a (diff)
downloadafl++-34c090a31db7939558bf0047f0f1693bbde76c1f.tar.gz
add CFI sanitizer
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md1
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