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 /qemu_mode/README.persistent.md | |
parent | 4e8941950cd75fd2efe60abb3f5754ac6672882b (diff) | |
download | afl++-49acc388dd9d318cfe7aa7766be7eea0daf2cbf1.tar.gz |
update documentation
Diffstat (limited to 'qemu_mode/README.persistent.md')
-rw-r--r-- | qemu_mode/README.persistent.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu_mode/README.persistent.md b/qemu_mode/README.persistent.md index 6dba5a00..e2e372d8 100644 --- a/qemu_mode/README.persistent.md +++ b/qemu_mode/README.persistent.md @@ -7,7 +7,8 @@ addresses - without forking for every fuzzing attempt. This increases the speed by a factor between x2 and x5, hence it is very, very valuable. -The persistent mode is currently only available for x86/x86_64 targets. +The persistent mode is currently only available for x86/x86_64, arm +and aarch64 targets. ## 2) How use the persistent mode |