about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-06-28 14:46:57 +0200
committervan Hauser <vh@thc.org>2020-06-28 14:46:57 +0200
commite234a6ae4e947767dc2d660228e1fdbb020848a0 (patch)
treef5fefb59ab103d8a6e50afcb986a1ec416934661
parentee17782e61f7991304b4ecda5b06191f755ced73 (diff)
downloadafl++-e234a6ae4e947767dc2d660228e1fdbb020848a0.tar.gz
update schedules in readme
-rw-r--r--README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index 3557972a..104f56ea 100644
--- a/README.md
+++ b/README.md
@@ -371,14 +371,15 @@ therefore may increase the code coverage.
 
 The available schedules are:
  
- - explore (default)
- - fast
- - coe
- - quad
- - lin
- - exploit
- - mmopt (experimental)
- - rare (experimental)
+ - explore (default, original AFL)
+ - exploit (original AFL)
+ - fast (AFLfast)
+ - coe (AFLfast)
+ - quad (AFLfast)
+ - lin (AFLfast)
+ - rare (afl++ experimental)
+ - mmopt (afl++ experimental)
+ - seek (afl++ experimental)
 
 In parallel mode (-M/-S, several instances with the shared queue), we suggest to
 run the main node using the explore or fast schedule (-p explore) and the secondary