diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-05-17 18:16:41 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-05-17 18:16:51 +0200 |
commit | ccf739f8801c373fe2aa1bb709ffd697cfe2a3e6 (patch) | |
tree | 3ab139e1265c7d16361375e0856996fdb422fa62 /docs/env_variables.md | |
parent | 47e22e8d8d383078989906c6fe54a9ec4deff8c1 (diff) | |
download | afl++-ccf739f8801c373fe2aa1bb709ffd697cfe2a3e6.tar.gz |
AFL_PRINT_FILENAMES added
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 8879db72..99568146 100644 --- a/docs/env_variables.md +++ b/docs/env_variables.md @@ -567,6 +567,9 @@ The corpus minimization script offers very little customization: a modest security risk on multi-user systems with rogue users, but should be safe on dedicated fuzzing boxes. + - `AFL_PRINT_FILENAMES` prints each filename to stdout, as it gets processed. + This can help when embedding `afl-cmin` or `afl-showmap` in other scripts scripting. + ## 7) Settings for afl-tmin Virtually nothing to play with. Well, in QEMU mode (`-Q`), `AFL_PATH` will be |