We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee17782 commit e234a6aCopy full SHA for e234a6a
README.md
@@ -371,14 +371,15 @@ therefore may increase the code coverage.
371
372
The available schedules are:
373
374
- - explore (default)
375
- - fast
376
- - coe
377
- - quad
378
- - lin
379
- - exploit
380
- - mmopt (experimental)
381
- - rare (experimental)
+ - explore (default, original AFL)
+ - exploit (original AFL)
+ - fast (AFLfast)
+ - coe (AFLfast)
+ - quad (AFLfast)
+ - lin (AFLfast)
+ - rare (afl++ experimental)
+ - mmopt (afl++ experimental)
382
+ - seek (afl++ experimental)
383
384
In parallel mode (-M/-S, several instances with the shared queue), we suggest to
385
run the main node using the explore or fast schedule (-p explore) and the secondary
0 commit comments