From 70236b854ff99b6c26d7a11ed34dcbaea586226c Mon Sep 17 00:00:00 2001 From: llzmb <46303940+llzmb@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:57:13 +0100 Subject: Remove step 5 (interpret output) of quick start --- README.md | 5 +---- 1 file changed, 1 insertion(+), 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.: -- cgit 1.4.1