mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
fix typos
This commit is contained in:
@ -9,4 +9,4 @@ Use with e.g.
|
|||||||
|
|
||||||
and add `AFL_CUSTOM_MUTATOR_ONLY=1` if you only want to use the custom mutator.
|
and add `AFL_CUSTOM_MUTATOR_ONLY=1` if you only want to use the custom mutator.
|
||||||
|
|
||||||
Multiple custom mutators can be used by seperating their paths with `:` in the environment variable.
|
Multiple custom mutators can be used by separating their paths with `:` in the environment variable.
|
||||||
|
@ -138,7 +138,7 @@ static void usage(afl_state_t *afl, u8 *argv0, int more_help) {
|
|||||||
//" -B bitmap.txt - mutate a specific test case, use the out/fuzz_bitmap
|
//" -B bitmap.txt - mutate a specific test case, use the out/fuzz_bitmap
|
||||||
//" "file\n"
|
//" "file\n"
|
||||||
" -C - crash exploration mode (the peruvian rabbit thing)\n"
|
" -C - crash exploration mode (the peruvian rabbit thing)\n"
|
||||||
" -e ext - file extension for the fuzz test case case (if "
|
" -e ext - file extension for the fuzz test input file (if "
|
||||||
"needed)\n\n",
|
"needed)\n\n",
|
||||||
argv0, EXEC_TIMEOUT, MEM_LIMIT);
|
argv0, EXEC_TIMEOUT, MEM_LIMIT);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user