This commit is contained in:
vanhauser-thc
2022-06-28 11:52:05 +02:00
parent bb509765df
commit 92352951d7
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## Should ## Should
- makefiles should show provide a build summary success/failure
- better documentation for custom mutators - better documentation for custom mutators
- better autodetection of shifting runtime timeout values - better autodetection of shifting runtime timeout values
- Update afl->pending_not_fuzzed for MOpt - Update afl->pending_not_fuzzed for MOpt

View File

@ -296,6 +296,7 @@ static void usage(u8 *argv0, int more_help) {
" Supported formats are: 'dogstatsd', 'librato',\n" " Supported formats are: 'dogstatsd', 'librato',\n"
" 'signalfx' and 'influxdb'\n" " 'signalfx' and 'influxdb'\n"
"AFL_SYNC_TIME: sync time between fuzzing instances (in minutes)\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_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_TMPDIR: directory to use for input file generation (ramdisk recommended)\n"
"AFL_EARLY_FORKSERVER: force an early forkserver in an afl-clang-fast/\n" "AFL_EARLY_FORKSERVER: force an early forkserver in an afl-clang-fast/\n"