diff options
author | van Hauser <vh@thc.org> | 2021-01-14 14:15:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-14 14:15:01 +0100 |
commit | c42875ddea1e5cb8da9a292b0fba19d0c69b09e5 (patch) | |
tree | 72936eff6d3e9242b7a880109a2f811e83a7c570 /README.md | |
parent | 68acd3d101b8407abf7e3a55bd2cf9b3b694534b (diff) | |
parent | 53c7aaa57bf5473c5d6a4553c0178410fef17cbc (diff) | |
download | afl++-c42875ddea1e5cb8da9a292b0fba19d0c69b09e5.tar.gz |
Merge pull request #688 from murx-/dev
Update documentation to reflect new default power schedule
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index bea673f9..a5cb6393 100644 --- a/README.md +++ b/README.md @@ -591,7 +591,7 @@ For every secondary fuzzer there should be a variation, e.g.: All other secondaries should be used like this: * A third to a half with the MOpt mutator enabled: `-L 0` * run with a different power schedule, available are: - `explore (default), fast, coe, lin, quad, exploit, mmopt, rare, seek` + `fast (default), explore, coe, lin, quad, exploit, mmopt, rare, seek` which you can set with e.g. `-p seek` You can also use different fuzzers. |