about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-06 11:51:28 +0200
committervan Hauser <vh@thc.org>2020-05-06 11:51:28 +0200
commit80ddb484deb82aefc9ba35c766ffca313d74e377 (patch)
treeb0aa9e3ecacc75550d63d1d66d6d098219958e2b /docs/Changelog.md
parentb4e3f22259397629f1e2a66dd17c36d19c4ecb0d (diff)
downloadafl++-80ddb484deb82aefc9ba35c766ffca313d74e377.tar.gz
added InsTrimLTO :-)
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 54564a5d..a5b761be 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -19,6 +19,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
      - if LLVM 11 is installed the posix shm_open+mmap is used and a fixed
        address for the shared memory map is used as this increases the
        fuzzing speed
+     - InsTrim now has an LTO version! :-) That is the best and fastest mode!
      - fixes to LTO mode if instrumented edges > MAP_SIZE
      - CTX and NGRAM can now be used together
      - CTX and NGRAM are now also supported in CFG/INSTRIM mode