diff options
author | van Hauser <vh@thc.org> | 2024-05-14 13:18:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-14 13:18:22 +0200 |
commit | a26bb0b0f247a571cad56c9566235321cc93ba41 (patch) | |
tree | ae0d66d8a364ae4674f9a915457d83d55ed56fac /docs/env_variables.md | |
parent | 90fbf59bf16f057e50132b81be759414787ce1a3 (diff) | |
parent | 7d3530a22ea44eba0aa578041e41980b0d9c976a (diff) | |
download | afl++-a26bb0b0f247a571cad56c9566235321cc93ba41.tar.gz |
Merge pull request #2090 from AFLplusplus/dev
push to stable
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 01904aea..b3519107 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -550,6 +550,9 @@ checks or alter some of the more exotic semantics of the tool: use a custom afl-qemu-trace or if you need to modify the afl-qemu-trace arguments. + - `AFL_SHA1_FILENAMES` causes AFL++ to generate files named by the SHA1 hash + of their contents, rather than use the standard `id:000000,...` names. + - `AFL_SHUFFLE_QUEUE` randomly reorders the input queue on startup. Requested by some users for unorthodox parallelized fuzzing setups, but not advisable otherwise. |