aboutsummaryrefslogtreecommitdiff
path: root/unicorn_mode
diff options
context:
space:
mode:
authortokatoka <tokazerkje@outlook.com>2022-01-12 04:42:47 +0900
committertokatoka <tokazerkje@outlook.com>2022-01-12 04:42:47 +0900
commit0ed1cb4d31b3eeb1b38297b2fb14747f8d4a8f27 (patch)
tree7727adedcbf74e87a5130777e44ad603650c2a5e /unicorn_mode
parent741dcabd5dfca3607a86acd916b3563e01c3ccea (diff)
downloadAFLplusplus-0ed1cb4d31b3eeb1b38297b2fb14747f8d4a8f27.tar.gz
change
Diffstat (limited to 'unicorn_mode')
-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.