diff options
author | van Hauser <vh@thc.org> | 2020-04-13 12:12:27 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-13 12:12:27 +0200 |
commit | dda096da03cae528dee9fd53e64896e93efe8f4a (patch) | |
tree | 20c1410ca0a50155a2abb7b3343b5cc5225f312b /docs/README.MOpt.md | |
parent | 5daec436f93240a0c411d432456f3f86fe1f3181 (diff) | |
download | afl++-dda096da03cae528dee9fd53e64896e93efe8f4a.tar.gz |
allow -L -1 to enable mopt in parallel to classic mutation
Diffstat (limited to 'docs/README.MOpt.md')
-rw-r--r-- | docs/README.MOpt.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/README.MOpt.md b/docs/README.MOpt.md index 94e63959..3de6d670 100644 --- a/docs/README.MOpt.md +++ b/docs/README.MOpt.md @@ -36,6 +36,9 @@ enter the pacemaker fuzzing mode. Setting 0 will enter the pacemaker fuzzing mode at first, which is recommended in a short time-scale evaluation. +Setting -1 will enable both pacemaker mode and normal aflmutation fuzzing in +parallel. + Other important parameters can be found in afl-fuzz.c, for instance, 'swarm_num': the number of the PSO swarms used in the fuzzing process. |