diff options
author | Artis <32833063+Artis24106@users.noreply.github.com> | 2021-06-11 21:41:16 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 15:41:16 +0200 |
commit | 2516324d3edb8d7936de7f4279405885cb87351a (patch) | |
tree | 48298ef5425bc8d1a46a79d65d116f675e21e1b5 | |
parent | 8c1b0aba5f196e3ae58399b660442e77613c5558 (diff) | |
download | afl++-2516324d3edb8d7936de7f4279405885cb87351a.tar.gz |
Fix typo in README.md (#974)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index f66eb288..a9150fb7 100644 --- a/README.md +++ b/README.md @@ -796,7 +796,7 @@ If you do not have to use Unicorn the following setup is recommended to use qemu_mode: * run 1 afl-fuzz -Q instance with CMPLOG (`-c 0` + `AFL_COMPCOV_LEVEL=2`) * run 1 afl-fuzz -Q instance with QASAN (`AFL_USE_QASAN=1`) - * run 1 afl-fuzz -Q instance with LAF (``AFL_PRELOAD=libcmpcov.so` + `AFL_COMPCOV_LEVEL=2`) + * run 1 afl-fuzz -Q instance with LAF (`AFL_PRELOAD=libcmpcov.so` + `AFL_COMPCOV_LEVEL=2`) Alternatively you can use frida_mode, just switch `-Q` with `-O` and remove the LAF instance. |