about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-03-17 21:42:36 +0100
committervan Hauser <vh@thc.org>2020-03-17 21:42:36 +0100
commit3aa72429256d0d24d435abd1f641bfce0d4da557 (patch)
treede9057b0fa0da27ae8985198e66629ffc7bbec41 /README.md
parent4009f3a987f652639bacc91a7d8320307165ec72 (diff)
downloadafl++-3aa72429256d0d24d435abd1f641bfce0d4da557.tar.gz
added mmopt power schedule
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
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).