diff options
author | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-29 18:57:13 +0100 |
---|---|---|
committer | llzmb <46303940+llzmb@users.noreply.github.com> | 2021-11-29 18:57:13 +0100 |
commit | 70236b854ff99b6c26d7a11ed34dcbaea586226c (patch) | |
tree | 2aa04094b3126135bdeb01c7ca84fb1dde2f1784 | |
parent | 7604dba6d6ee617d75ad7523ead02b6273233db5 (diff) | |
download | afl++-70236b854ff99b6c26d7a11ed34dcbaea586226c.tar.gz |
Remove step 5 (interpret output) of quick start
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md index 989e8fdb..e74c91e5 100644 --- a/README.md +++ b/README.md @@ -104,10 +104,7 @@ Step-by-step quick start: 4. Investigate anything shown in red in the fuzzer UI by promptly consulting [docs/afl-fuzz_approach.md#understanding-the-status-screen](docs/afl-fuzz_approach.md#understanding-the-status-screen). -5. Interpret the output, see - [docs/afl-fuzz_approach.md#interpreting-output](docs/afl-fuzz_approach.md#interpreting-output). - -6. 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 feeding them to the target, e.g.: |