diff options
author | vanhauser-thc <vh@thc.org> | 2022-06-28 11:52:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-06-28 11:52:05 +0200 |
commit | 92352951d7a8485bd2413009fcd052e85dc398fb (patch) | |
tree | e512d9b04e55c619adaefb22cd9ed1e33eac1feb | |
parent | bb509765dfb96b38d5ed781843bfca1660ed9bf5 (diff) | |
download | afl++-92352951d7a8485bd2413009fcd052e85dc398fb.tar.gz |
nits
-rw-r--r-- | TODO.md | 1 | ||||
-rw-r--r-- | src/afl-fuzz.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md index 99d2c419..c64c1236 100644 --- a/TODO.md +++ b/TODO.md @@ -2,6 +2,7 @@ ## Should + - makefiles should show provide a build summary success/failure - better documentation for custom mutators - better autodetection of shifting runtime timeout values - Update afl->pending_not_fuzzed for MOpt diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 7c33ba29..b23cef37 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -296,6 +296,7 @@ static void usage(u8 *argv0, int more_help) { " Supported formats are: 'dogstatsd', 'librato',\n" " 'signalfx' and 'influxdb'\n" "AFL_SYNC_TIME: sync time between fuzzing instances (in minutes)\n" + "AFL_NO_CRASH_README: do not create a README in the crashes directory\n" "AFL_TESTCACHE_SIZE: use a cache for testcases, improves performance (in MB)\n" "AFL_TMPDIR: directory to use for input file generation (ramdisk recommended)\n" "AFL_EARLY_FORKSERVER: force an early forkserver in an afl-clang-fast/\n" |