diff options
author | van Hauser <vh@thc.org> | 2023-08-31 12:51:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-31 12:51:42 +0000 |
commit | 11a622c63d70c9ca16c9847418b88992139aa892 (patch) | |
tree | de0c523399eaf24544f7c0cbd61fe8d3c69c84f8 /docs/fuzzing_in_depth.md | |
parent | ad2af7caec2df6ceec87669864f47b9567c672af (diff) | |
parent | 1604351368c26a1dd91c43c054fb466b8093e86e (diff) | |
download | afl++-11a622c63d70c9ca16c9847418b88992139aa892.tar.gz |
Merge pull request #1847 from AFLplusplus/dev
push to stable
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r-- | docs/fuzzing_in_depth.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md index f75ca5dc..5a5acbb2 100644 --- a/docs/fuzzing_in_depth.md +++ b/docs/fuzzing_in_depth.md @@ -616,7 +616,7 @@ For every secondary fuzzer there should be a variation, e.g.: be one of them! (Although this is not really recommended.) All other secondaries should be used like this: -* a quarter to a third with the MOpt mutator enabled: `-L 0` +* 10-20% 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 the `-p` option, e.g., `-p explore`. See the @@ -940,7 +940,7 @@ too long for your overall available fuzz run time. * 65% for `AFL_DISABLE_TRIM` * 50% for `AFL_KEEP_TIMEOUTS` * 50% use a dictionary generated by `AFL_LLVM_DICT2FILE` + `AFL_LLVM_DICT2FILE_NO_MAIN=1` - * 40% use MOpt (`-L 0`) + * 10% use MOpt (`-L 0`) * 40% for `AFL_EXPAND_HAVOC_NOW` * 20% for old queue processing (`-Z`) * for CMPLOG targets, 70% for `-l 2`, 10% for `-l 3`, 20% for `-l 2AT` |