mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
This commit is contained in:
@ -10,6 +10,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
|
|||||||
|
|
||||||
|
|
||||||
### Version ++2.67d (develop)
|
### Version ++2.67d (develop)
|
||||||
|
- a few QOL changes for Apple and its outdated gmake
|
||||||
- afl-fuzz:
|
- afl-fuzz:
|
||||||
- Fix for auto dictionary entries found during fuzzing to not throw out
|
- Fix for auto dictionary entries found during fuzzing to not throw out
|
||||||
a -x dictionary
|
a -x dictionary
|
||||||
|
@ -636,10 +636,10 @@ static void usage(u8 *argv0) {
|
|||||||
"size\n"
|
"size\n"
|
||||||
" the target was compiled for\n"
|
" the target was compiled for\n"
|
||||||
"AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
|
"AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
|
||||||
"AFL_QUIET: do not print extra informational output\n"
|
"AFL_FORKSRV_INIT_TMOUT: time spent waiting for forkserver during "
|
||||||
"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
|
"startup (in milliseconds)\n"
|
||||||
|
"AFL_QUIET: do not print extra informational output\n",
|
||||||
,argv0, MEM_LIMIT, doc_path);
|
argv0, MEM_LIMIT, doc_path);
|
||||||
|
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
||||||
|
@ -846,7 +846,7 @@ static void usage(u8 *argv0) {
|
|||||||
" the target was compiled for\n"
|
" the target was compiled for\n"
|
||||||
"AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
|
"AFL_PRELOAD: LD_PRELOAD / DYLD_INSERT_LIBRARIES settings for target\n"
|
||||||
"AFL_TMIN_EXACT: require execution paths to match for crashing inputs\n"
|
"AFL_TMIN_EXACT: require execution paths to match for crashing inputs\n"
|
||||||
"AFL_FORKSRV_INIT_TMOUT: time the fuzzer waits for the target to come up, initially\n"
|
"AFL_FORKSRV_INIT_TMOUT: time spent waiting for forkserver during startup (in milliseconds)\n"
|
||||||
|
|
||||||
, argv0, EXEC_TIMEOUT, MEM_LIMIT, doc_path);
|
, argv0, EXEC_TIMEOUT, MEM_LIMIT, doc_path);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user