about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-02-09 09:29:56 +0100
committervan Hauser <vh@thc.org>2020-02-09 09:29:56 +0100
commit49acc388dd9d318cfe7aa7766be7eea0daf2cbf1 (patch)
treef35c4ca4440fb64bbf0a84a13e00366ce074c478 /docs/Changelog.md
parent4e8941950cd75fd2efe60abb3f5754ac6672882b (diff)
downloadafl++-49acc388dd9d318cfe7aa7766be7eea0daf2cbf1.tar.gz
update documentation
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index f2c39e65..8b56603f 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -26,7 +26,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
      - LLVM 11 is supported
      - CmpLog instrumentation using SanCov (see llvm_mode/README.cmplog)
   - qemu_mode:
+     - persistent mode is now also available for arm and aarch64
      - CmpLog instrumentation for QEMU (-c afl-fuzz command line option)
+       for x86, x86_64, arm and aarch64
      - AFL_PERSISTENT_HOOK callback module for persistent QEMU
        (see examples/qemu_persistent_hook)
      - added qemu_mode/README.persistent.md documentation