aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'unicorn_mode/README.md')
-rw-r--r--unicorn_mode/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md
index ee4a7b22..0f28cf96 100644
--- a/unicorn_mode/README.md
+++ b/unicorn_mode/README.md
@@ -96,9 +96,9 @@ As for the QEMU-based instrumentation, unicornafl comes with a sub-instruction b
The options that enable Unicorn CompareCoverage are the same used for QEMU.
This will split up each multi-byte compare to give feedback for each correct byte.
-AFL_COMPCOV_LEVEL=1 is to instrument comparisons with only immediate values.
+`AFL_COMPCOV_LEVEL=1` is to instrument comparisons with only immediate values.
-AFL_COMPCOV_LEVEL=2 instruments all comparison instructions.
+`AFL_COMPCOV_LEVEL=2` instruments all comparison instructions.
Comparison instructions are currently instrumented only for the x86, x86_64 and ARM targets.