aboutsummaryrefslogtreecommitdiff
path: root/afl-cmin
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2021-01-07 23:21:10 +0100
committerDominik Maier <domenukk@gmail.com>2021-01-07 23:21:10 +0100
commita06b25538fd7b6eef6755094aa4678c2cb5333fd (patch)
tree1a9a5cc3c56687faca12f654e4b2323bfbf16ddd /afl-cmin
parent9cdf5c415015e4e80b577c021b8b9fcf8a3d58fb (diff)
downloadAFLplusplus-a06b25538fd7b6eef6755094aa4678c2cb5333fd.tar.gz
cleaned up AFL_KILL_SIGNAL
Diffstat (limited to 'afl-cmin')
-rwxr-xr-xafl-cmin1
1 files changed, 1 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin
index eef2b7ef..726e90ab 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -120,6 +120,7 @@ function usage() {
"AFL_CRASH_EXITCODE: optional child exit code to be interpreted as crash\n" \
"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n" \
"AFL_KEEP_TRACES: leave the temporary <out_dir>/.traces directory\n" \
+"AFL_KILL_SIGNAL: Signal ID delivered to child processes on timeout, etc. (default: SIGKILL)\n"
"AFL_PATH: path for the afl-showmap binary if not found anywhere else\n" \
"AFL_SKIP_BIN_CHECK: skip check for target binary\n"
exit 1