diff options
author | van Hauser <vh@thc.org> | 2020-01-08 01:21:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-08 01:21:21 +0100 |
commit | 1b1e63046181d413640514ff744b2f6f06c0796f (patch) | |
tree | 23d5efc457668c6439fb9778e10d8e6c02b50d25 | |
parent | 57204c79178f1be319c0673970a4ea4f8da2d9ee (diff) | |
parent | 9a9e92724f342f68116c7ad1735acd21bcfcb3ad (diff) | |
download | afl++-1b1e63046181d413640514ff744b2f6f06c0796f.tar.gz |
Merge pull request #167 from korniltsev/korniltsev/typo
fix typo in uncorn_mode/readme
-rw-r--r-- | unicorn_mode/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn_mode/README.md b/unicorn_mode/README.md index e6d3dfcf..07dca451 100644 --- a/unicorn_mode/README.md +++ b/unicorn_mode/README.md @@ -93,7 +93,7 @@ comes with a sub-instruction based instrumentation similar in purpose to laf-int The options that enable Unicorn CompareCoverage are the same used for QEMU. AFL_COMPCOV_LEVEL=1 is to instrument comparisons with only immediate -values. QEMU_COMPCOV_LEVEL=2 instruments all +values. AFL_COMPCOV_LEVEL=2 instruments all comparison instructions. Comparison instructions are currently instrumented only for the x86, x86_64 and ARM targets. |