aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-11-13 10:05:00 +0100
committervan Hauser <vh@thc.org>2020-11-13 10:05:00 +0100
commit79ed86da3f4db306240253d8d8b0216cade386ae (patch)
tree1f47e5fd3c648249fc3c8d85f94d311e50628c8a /README.md
parent119d7d0025ad3234007c7fbed08b6b33b892e9a5 (diff)
downloadAFLplusplus-79ed86da3f4db306240253d8d8b0216cade386ae.tar.gz
updated README to point out that if several laf-intel instances are used, -M main should be one of them to be able to share the intermediate results
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index d7c5694e..b1e20f75 100644
--- a/README.md
+++ b/README.md
@@ -585,7 +585,10 @@ For every secondary fuzzer there should be a variation, e.g.:
activated (`export AFL_USE_ASAN=1 ; export AFL_USE_UBSAN=1 ;
export AFL_USE_CFISAN=1 ; `
* one should fuzz the target with CMPLOG/redqueen (see above)
- * one to three should fuzz a target compiled with laf-intel/COMPCOV (see above).
+ * 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
+ fuzzer (`-M`) must be one of the them!
All other secondaries should be used like this:
* A third to a half with the MOpt mutator enabled: `-L 0`
@@ -597,11 +600,11 @@ You can also use different fuzzers.
If you are using afl spinoffs or afl conforming fuzzers, then just use the
same -o directory and give it a unique `-S` name.
Examples are:
- * [Angora](https://github.com/AngoraFuzzer/Angora)
* [Untracer](https://github.com/FoRTE-Research/UnTracer-AFL)
* [AFLsmart](https://github.com/aflsmart/aflsmart)
* [FairFuzz](https://github.com/carolemieux/afl-rb)
* [Neuzz](https://github.com/Dongdongshe/neuzz)
+ * [Angora](https://github.com/AngoraFuzzer/Angora)
A long list can be found at [https://github.com/Microsvuln/Awesome-AFL](https://github.com/Microsvuln/Awesome-AFL)