mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 11:28:08 +00:00
nits
This commit is contained in:
@ -112,7 +112,7 @@ Step-by-step quick start:
|
|||||||
|
|
||||||
5. You will find found crashes and hangs in the subdirectories `crashes/` and
|
5. You will find found crashes and hangs in the subdirectories `crashes/` and
|
||||||
`hangs/` in the `-o output_dir` directory. You can replay the crashes by
|
`hangs/` in the `-o output_dir` directory. You can replay the crashes by
|
||||||
feeding them to the target, e.g.:
|
feeding them to the target, e.g. if your target is using stdin:
|
||||||
|
|
||||||
```
|
```
|
||||||
cat output_dir/crashes/id:000000,* | /path/to/tested/program [...program's cmdline...]
|
cat output_dir/crashes/id:000000,* | /path/to/tested/program [...program's cmdline...]
|
||||||
|
@ -423,10 +423,10 @@ void write_crash_readme(afl_state_t *afl) {
|
|||||||
"them to a vendor? Check out the afl-tmin that comes with the fuzzer!\n\n"
|
"them to a vendor? Check out the afl-tmin that comes with the fuzzer!\n\n"
|
||||||
|
|
||||||
"Found any cool bugs in open-source tools using afl-fuzz? If yes, please "
|
"Found any cool bugs in open-source tools using afl-fuzz? If yes, please "
|
||||||
"drop\n"
|
"post\n"
|
||||||
"an mail at <afl-users@googlegroups.com> once the issues are fixed\n\n"
|
"to https://github.com/AFLplusplus/AFLplusplus/issues/286 once the "
|
||||||
|
"issues\n"
|
||||||
" https://github.com/AFLplusplus/AFLplusplus\n\n",
|
" are fixed :)\n\n",
|
||||||
|
|
||||||
afl->orig_cmdline,
|
afl->orig_cmdline,
|
||||||
stringify_mem_size(val_buf, sizeof(val_buf),
|
stringify_mem_size(val_buf, sizeof(val_buf),
|
||||||
|
Reference in New Issue
Block a user