diff options
author | van Hauser <vh@thc.org> | 2020-03-17 21:42:36 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-17 21:42:36 +0100 |
commit | 3aa72429256d0d24d435abd1f641bfce0d4da557 (patch) | |
tree | de9057b0fa0da27ae8985198e66629ffc7bbec41 /README.md | |
parent | 4009f3a987f652639bacc91a7d8320307165ec72 (diff) | |
download | afl++-3aa72429256d0d24d435abd1f641bfce0d4da557.tar.gz |
added mmopt power schedule
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/README.md b/README.md index 7b36249e..3b600fe5 100644 --- a/README.md +++ b/README.md @@ -353,14 +353,16 @@ The available schedules are: - quad - lin - exploit + - mmopt In parallel mode (-M/-S, several instances with shared queue), we suggest to -run the master using the exploit schedule (-p exploit) and the slaves with a -combination of cut-off-exponential (-p coe), exponential (-p fast; default), -and explore (-p explore) schedules. +run the master using the explore or fast schedule (-p explore) and the slaves +with a combination of cut-off-exponential (-p coe), exponential (-p fast), +explore (-p explore) and mmopt (-p mmopt) schedules. If a schedule does +not perform well for a target, restart the slave with a different schedule. -In single mode, using -p fast is usually more beneficial than the default -explore mode. +In single mode, using -p fast is usually slightly more beneficial than the +default explore mode. (We don't want to change the default behaviour of afl, so "fast" has not been made the default mode). |