about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-05 15:37:02 +0200
committervan Hauser <vh@thc.org>2020-05-05 15:37:02 +0200
commitd6346561dbe2a00472eda76e8a1276b77e0f67a7 (patch)
treed440ae93147c96ce75c447ce9c918a71ac9e60ae /docs/Changelog.md
parentd82ada89fee37068b0ff44f340338af3fc07cc37 (diff)
downloadafl++-d6346561dbe2a00472eda76e8a1276b77e0f67a7.tar.gz
ctx+ngram for instrim
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index ac68e8ff..e4ac8783 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -21,7 +21,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
        fuzzing speed
      - fixes to LTO mode if instrumented edges > MAP_SIZE
      - CTX and NGRAM can now be used together
-     - AFL_LLVM_LAF_TRANSFORM_COMPARES would sometimes crash, fixed
+     - CTX and NGRAM are now also supported in CFG/INSTRIM mode
+     - AFL_LLVM_LAF_TRANSFORM_COMPARES could, fixed
      - added AFL_LLVM_SKIP_NEVERZERO to skip the never zero coverage counter
        implmentation. For targets with little or no loops or heavy called
        functions. Gives a small performance boost.