mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-12 01:58:17 +00:00
Merge pull request #813 from MarcoFalke/patch-1
doc: Clarify default value of N iterations in aflpp_driver
This commit is contained in:
@ -204,7 +204,7 @@ int main(int argc, char **argv) {
|
|||||||
"To fuzz with afl-fuzz execute this:\n"
|
"To fuzz with afl-fuzz execute this:\n"
|
||||||
" afl-fuzz [afl-flags] -- %s [-N]\n"
|
" afl-fuzz [afl-flags] -- %s [-N]\n"
|
||||||
"afl-fuzz will run N iterations before re-spawning the process (default: "
|
"afl-fuzz will run N iterations before re-spawning the process (default: "
|
||||||
"1000)\n"
|
"INT_MAX)\n"
|
||||||
"======================================================\n",
|
"======================================================\n",
|
||||||
argv[0], argv[0]);
|
argv[0], argv[0]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user