diff options
author | van Hauser <vh@thc.org> | 2024-05-13 19:32:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 19:32:44 +0200 |
commit | 0cabc12f91bd6a57b0496d59c137efb5a0247c61 (patch) | |
tree | dceabf0bf8006343c1591135109d0585e2c73463 /docs | |
parent | b282ce999d2ab9428210deb0e838f45a6a534084 (diff) | |
parent | c03f2897d081b2bf41e179a48d758f1f400b5929 (diff) | |
download | afl++-0cabc12f91bd6a57b0496d59c137efb5a0247c61.tar.gz |
Merge pull request #2086 from smoelius/dev
Add `AFL_SHA1_FILENAMES` option
Diffstat (limited to 'docs')
-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. |