about summary refs log tree commit diff
path: root/docs/parallel_fuzzing.txt
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-05-29 14:10:37 +0200
committervan Hauser <vh@thc.org>2019-05-29 14:10:37 +0200
commitdacb2821b3a267b336b4465a24e1de22033ea279 (patch)
treef1ac208668829667845271f1ce923c582c24fdd6 /docs/parallel_fuzzing.txt
parentdfa0c9cfd1ec4bea84ea399e25889b5fc93c648b (diff)
downloadafl++-dacb2821b3a267b336b4465a24e1de22033ea279.tar.gz
added AFLfast power schedules from Marcel Boehme and updated the documenation
Diffstat (limited to 'docs/parallel_fuzzing.txt')
-rw-r--r--docs/parallel_fuzzing.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/parallel_fuzzing.txt b/docs/parallel_fuzzing.txt
index 58f8d2f4..1e65c01f 100644
--- a/docs/parallel_fuzzing.txt
+++ b/docs/parallel_fuzzing.txt
@@ -26,6 +26,13 @@ that input to guide their work.
 To help with this problem, afl-fuzz offers a simple way to synchronize test
 cases on the fly.
 
+Note that afl++ has AFLfast's power schedules implemented.
+It is therefore a good idea to use different power schedules if you run
+several instances in parallel. See docs/power_schedules.txt
+
+Alternatively running other AFL spinoffs in parallel can be of value,
+e.g. Angora (https://github.com/AngoraFuzzer/Angora/)
+
 2) Single-system parallelization
 --------------------------------