about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-10-25 20:12:24 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-10-25 20:12:24 +0200
commit94548d228444f5f4486bea9253c39900ea27a505 (patch)
tree46e3b93cf7d85ee72c8b6e4cb2028ffb6c19c716
parent4ec4e5b394dfa4e40a26574e3053a9bd7eaa8d37 (diff)
downloadafl++-94548d228444f5f4486bea9253c39900ea27a505.tar.gz
float compcov readme
-rw-r--r--qemu_mode/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md
index a85407e4..c88c1e41 100644
--- a/qemu_mode/README.md
+++ b/qemu_mode/README.md
@@ -100,7 +100,11 @@ afl-fuzz).
 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
+is preloaded.
+AFL_COMPCOV_LEVEL=3 has the same effects of AFL_COMPCOV_LEVEL=2 but enables also
+the instrumentation of the floating-point comparisons on x86 and x86_64 (experimental).
+
+Integer comparison instructions are currently instrumented only
 on the x86, x86_64 and ARM targets.
 
 Highly recommended.