aboutsummaryrefslogtreecommitdiff
path: root/afl-cmin
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-02-21 01:07:23 +0100
committerhexcoder- <heiko@hexco.de>2020-02-21 01:07:23 +0100
commitad79688c5fe096de6fcdb8fbeee2d1b70ad801e9 (patch)
treeaf29bd868197f45a0492b4dd1e13d95787328cb7 /afl-cmin
parent50c28dbf923923b32670b5c7f96e5ebba18ea7a6 (diff)
downloadAFLplusplus-ad79688c5fe096de6fcdb8fbeee2d1b70ad801e9.tar.gz
add env var descriptions for afl-cmin and afl-cmin.bash
Diffstat (limited to 'afl-cmin')
-rwxr-xr-xafl-cmin5
1 files changed, 5 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin
index 33601f7d..fb588f4d 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -115,6 +115,11 @@ function usage() {
"\n" \
"For additional tips, please consult docs/README.md\n" \
"\n" \
+"Environment variables used:\n" \
+"AFL_KEEP_TRACES: leave the temporary <out_dir>\.traces directory\n" \
+"AFL_PATH: path for the afl-showmap binary\n" \
+"AFL_SKIP_BIN_CHECK: skip check for target binary\n" \
+"AFL_ALLOW_TMP: allow unsafe use of input/output directories under {/var}/tmp\n" \
> "/dev/stderr"
exit 1
}