about summary refs log tree commit diff
path: root/afl-cmin
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-08-31 18:28:36 +0200
committerDominik Maier <domenukk@gmail.com>2020-08-31 18:28:36 +0200
commit53e63e9ded202b63de19590bb3d265d2f01ee929 (patch)
treea5d5b352b502f58ee8c0749e3e6a231c761ba1a0 /afl-cmin
parentb1b5e21600e4e8227c764aa33c0e7da57b352fc5 (diff)
downloadafl++-53e63e9ded202b63de19590bb3d265d2f01ee929.tar.gz
added forkserver init timeout
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 d38e7a97..619c6dae 100755
--- a/afl-cmin
+++ b/afl-cmin
@@ -120,6 +120,7 @@ function usage() {
 "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"
+"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
    exit 1
 }