diff options
Diffstat (limited to 'afl-cmin.bash')
-rwxr-xr-x | afl-cmin.bash | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/afl-cmin.bash b/afl-cmin.bash index 94c02fda..948e0655 100755 --- a/afl-cmin.bash +++ b/afl-cmin.bash @@ -128,6 +128,11 @@ Minimization settings: For additional tips, please consult docs/README. +Environment variables used: +AFL_KEEP_TRACES: leave the temporary <out_dir>\.traces directory +AFL_PATH: path for the afl-showmap binary +AFL_SKIP_BIN_CHECK: skip check for target binary +AFL_ALLOW_TMP: allow unsafe use of input/output directories under {/var}/tmp _EOF_ exit 1 fi |