diff options
author | Dominik Maier <domenukk@gmail.com> | 2021-05-17 18:16:41 +0200 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2021-05-17 18:16:51 +0200 |
commit | ccf739f8801c373fe2aa1bb709ffd697cfe2a3e6 (patch) | |
tree | 3ab139e1265c7d16361375e0856996fdb422fa62 /afl-cmin | |
parent | 47e22e8d8d383078989906c6fe54a9ec4deff8c1 (diff) | |
download | afl++-ccf739f8801c373fe2aa1bb709ffd697cfe2a3e6.tar.gz |
AFL_PRINT_FILENAMES added
Diffstat (limited to 'afl-cmin')
-rwxr-xr-x | afl-cmin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/afl-cmin b/afl-cmin index 3f3a7517..adcbb221 100755 --- a/afl-cmin +++ b/afl-cmin @@ -123,6 +123,8 @@ function usage() { "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_PRINT_FILENAMES: If set, the filename currently processed will be " \ + "printed to stdout\n" \ "AFL_SKIP_BIN_CHECK: skip check for target binary\n" exit 1 } |