diff options
author | van Hauser <vh@thc.org> | 2020-04-08 12:34:01 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-08 12:34:01 +0200 |
commit | 968295ed815aefdaf89286fa2e14d7971311a698 (patch) | |
tree | 250dd13a036e86c00d25c451e24d29750a60d699 /docs/env_variables.md | |
parent | 48e366d7a8507997bb386b181401f37a421bd843 (diff) | |
download | afl++-968295ed815aefdaf89286fa2e14d7971311a698.tar.gz |
added snapshot feature to documentation
Diffstat (limited to 'docs/env_variables.md')
-rw-r--r-- | docs/env_variables.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/env_variables.md b/docs/env_variables.md index 802e7bd0..cd002145 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -257,6 +257,9 @@ checks or alter some of the more exotic semantics of the tool: - AFL_NO_ARITH causes AFL to skip most of the deterministic arithmetics. This can be useful to speed up the fuzzing of text-based file formats. + - AFL_NO_SNAPSHOT will advice afl-fuzz not to use the snapshot feature + if the snapshot lkm is loaded + - AFL_SHUFFLE_QUEUE randomly reorders the input queue on startup. Requested by some users for unorthodox parallelized fuzzing setups, but not advisable otherwise. |