diff options
author | vanhauser-thc <vh@thc.org> | 2021-04-15 13:20:57 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-04-15 13:20:57 +0200 |
commit | f2a83c4a508cb6c81f9a7f387b693d057af3a726 (patch) | |
tree | b4b772b1a451e026e51ab6e23bb215e2d0306f48 /README.md | |
parent | b815c32f0ef789dd6d33f5de4d0b524664d41195 (diff) | |
download | afl++-f2a83c4a508cb6c81f9a7f387b693d057af3a726.tar.gz |
update readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index c94872be..e7582aff 100644 --- a/README.md +++ b/README.md @@ -606,7 +606,8 @@ For every secondary fuzzer there should be a variation, e.g.: * one should fuzz the target that was compiled differently: with sanitizers activated (`export AFL_USE_ASAN=1 ; export AFL_USE_UBSAN=1 ; export AFL_USE_CFISAN=1 ; export AFL_USE_LSAN=1`) - * one should fuzz the target with CMPLOG/redqueen (see above) + * one or two should fuzz the target with CMPLOG/redqueen (see above), at + least one cmplog instance should follow transformations (`-l AT`) * one to three fuzzers should fuzz a target compiled with laf-intel/COMPCOV (see above). Important note: If you run more than one laf-intel/COMPCOV fuzzer and you want them to share their intermediate results, the main |