diff options
author | vanhauser-thc <vh@thc.org> | 2021-02-05 13:01:42 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-02-05 13:01:42 +0100 |
commit | 19d8f00963a2eb3526fc442c0b1685c166b68410 (patch) | |
tree | 280ec55fe9bcdd51579d63ff552d6502834aa4ab | |
parent | bed789cd5a382c2d025d2082c3e043ebfadb9560 (diff) | |
download | afl++-19d8f00963a2eb3526fc442c0b1685c166b68410.tar.gz |
doc fix
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md index 55aa63c3..118a619d 100644 --- a/README.md +++ b/README.md @@ -759,6 +759,7 @@ If you do not have to use Unicorn the following setup is recommended: * 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`) + Then run as many instances as you have cores left with either -Q mode or - better - use a binary rewriter like afl-dyninst, retrowrite, zipr, fibre, etc. |