about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-04-08 12:34:01 +0200
committervan Hauser <vh@thc.org>2020-04-08 12:34:01 +0200
commit968295ed815aefdaf89286fa2e14d7971311a698 (patch)
tree250dd13a036e86c00d25c451e24d29750a60d699 /docs/Changelog.md
parent48e366d7a8507997bb386b181401f37a421bd843 (diff)
downloadafl++-968295ed815aefdaf89286fa2e14d7971311a698.tar.gz
added snapshot feature to documentation
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 7af8a62e..424b61dc 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -35,6 +35,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       - rare: puts focus on queue entries that hits rare branches, also ignores
               runtime
   - llvm_mode: 
+    - added SNAPSHOT feature (using https://github.com/AFLplusplus/AFL-Snapshot-LKM)
     - added Control Flow Integrity sanitizer (AFL_USE_CFISAN)
     - added AFL_LLVM_INSTRUMENT option to control the instrumentation type
       easier: DEFAULT, CFG (INSTRIM), LTO, CTX, NGRAM-x (x=2-16)