diff options
author | van Hauser <vh@thc.org> | 2020-06-28 14:46:57 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-28 14:46:57 +0200 |
commit | e234a6ae4e947767dc2d660228e1fdbb020848a0 (patch) | |
tree | f5fefb59ab103d8a6e50afcb986a1ec416934661 | |
parent | ee17782e61f7991304b4ecda5b06191f755ced73 (diff) | |
download | afl++-e234a6ae4e947767dc2d660228e1fdbb020848a0.tar.gz |
update schedules in readme
-rw-r--r-- | README.md | 17 |
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 |