diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-13 10:38:13 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-13 10:38:13 +0200 |
commit | ac5b0a3b34ab63e33bbaa336518f206f8ba8698f (patch) | |
tree | 8bc9346cf56099de708870aa3a864fbf7cfadb85 /qemu_mode/README.md | |
parent | 8f854ee83a6dd70ff5a3e70f6064928b35d2ab17 (diff) | |
download | afl++-ac5b0a3b34ab63e33bbaa336518f206f8ba8698f.tar.gz |
moar doc
Diffstat (limited to 'qemu_mode/README.md')
-rw-r--r-- | qemu_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index 81904cf1..a85407e4 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -101,7 +101,7 @@ AFL_COMPCOV_LEVEL=1 is to instrument comparisons with only immediate values / read-only memory. AFL_COMPCOV_LEVEL=2 instruments all comparison instructions and memory comparison functions when libcompcov is preloaded. Comparison instructions are currently instrumented only -on the x86 and x86_64 targets. +on the x86, x86_64 and ARM targets. Highly recommended. |