diff options
author | vanhauser-thc <vh@thc.org> | 2021-12-29 10:57:37 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-12-29 10:57:37 +0100 |
commit | 0792cab5661271250218f6b83b2298e491191e67 (patch) | |
tree | 2f6cb4361e9a91a53e714273fab8abe11d8e60f9 /docs/fuzzing_in_depth.md | |
parent | b5cb99f6fe84603d4bc896a2d56b9ad1e86779f6 (diff) | |
download | afl++-0792cab5661271250218f6b83b2298e491191e67.tar.gz |
add power schedule info
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index 2db6cfda..760d780e 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -562,7 +562,8 @@ All other secondaries should be used like this: * a quarter to a third with the MOpt mutator enabled: `-L 0` * run with a different power schedule, recommended are: `fast (default), explore, coe, lin, quad, exploit and rare` which you can set - with, e.g., `-p explore` + with the `-p` option, e.g., `-p explore`. See the [FAQ](FAQ.md#what-are-power-schedules) + for details. * a few instances should use the old queue cycling with `-Z` Also, it is recommended to set `export AFL_IMPORT_FIRST=1` to load test cases |