diff options
author | van Hauser <vh@thc.org> | 2020-02-09 09:29:56 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-09 09:29:56 +0100 |
commit | 49acc388dd9d318cfe7aa7766be7eea0daf2cbf1 (patch) | |
tree | f35c4ca4440fb64bbf0a84a13e00366ce074c478 /docs/Changelog.md | |
parent | 4e8941950cd75fd2efe60abb3f5754ac6672882b (diff) | |
download | afl++-49acc388dd9d318cfe7aa7766be7eea0daf2cbf1.tar.gz |
update documentation
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
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 |