diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-30 00:36:56 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-30 00:36:56 +0200 |
commit | d2e85cce5048f36aef27a26d907670dda61837e4 (patch) | |
tree | a2d531f24ccbc285a9f7269bb012f8ff677f8045 /afl-cmin | |
parent | 6883605d1314503ad6ef8aadcadc90222da5c576 (diff) | |
download | afl++-d2e85cce5048f36aef27a26d907670dda61837e4.tar.gz |
afl-cmin help fix, aflpp_driver - + @@ support
Diffstat (limited to 'afl-cmin')
-rwxr-xr-x | afl-cmin | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/afl-cmin b/afl-cmin index adcbb221..9fa63ec6 100755 --- a/afl-cmin +++ b/afl-cmin @@ -119,13 +119,13 @@ function usage() { "Environment variables used:\n" \ "AFL_ALLOW_TMP: allow unsafe use of input/output directories under {/var}/tmp\n" \ "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_FORKSRV_INIT_TMOUT: time the fuzzer waits for the forkserver to come up\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_KILL_SIGNAL: Signal delivered to child processes on timeout (default: SIGKILL)\n" \ +"AFL_PATH: path for the afl-showmap binary if not found anywhere in PATH\n" \ "AFL_PRINT_FILENAMES: If set, the filename currently processed will be " \ "printed to stdout\n" \ -"AFL_SKIP_BIN_CHECK: skip check for target binary\n" +"AFL_SKIP_BIN_CHECK: skip afl instrumentation checks for target binary\n" exit 1 } |