diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-12-03 14:43:06 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-12-03 14:43:06 +0100 |
commit | a2e2fae840e9946c7994ac6807bed8496d71af56 (patch) | |
tree | c4162219bb50b7d46ef15120c13841a4b10d873c /afl-cmin | |
parent | 0f803c63dfb1dafdef3bfe1b43674157efcd7107 (diff) | |
download | afl++-a2e2fae840e9946c7994ac6807bed8496d71af56.tar.gz |
AFL_CRASH_EXITCODE env var added, u8->bool
Diffstat (limited to 'afl-cmin')
-rwxr-xr-x | afl-cmin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/afl-cmin b/afl-cmin index 91ed8d6d..b3b1ead8 100755 --- a/afl-cmin +++ b/afl-cmin @@ -116,11 +116,12 @@ function usage() { "For additional tips, please consult README.md\n" \ "\n" \ "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_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" -"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n" exit 1 } |