about summary refs log tree commit diff
path: root/docs/README.md
diff options
context:
space:
mode:
authorllzmb <46303940+llzmb@users.noreply.github.com>2021-12-13 18:03:02 +0100
committerllzmb <46303940+llzmb@users.noreply.github.com>2021-12-13 18:03:02 +0100
commit3a60f6a251210497f001673edefbe7a4e1627703 (patch)
tree3faa76293c403c3fb8a46acf082ab2b0213d9dd0 /docs/README.md
parent0993bcdc4e44a66b6d0b5e7ee234c834b00a5413 (diff)
downloadafl++-3a60f6a251210497f001673edefbe7a4e1627703.tar.gz
Add image references, update image
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md28
1 files changed, 26 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 22f86de1..2bd07bb6 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -15,13 +15,37 @@ the [README.md of the repository](../README.md#quick-start-fuzzing-with-afl).
 
 For in-depth information on the steps of the fuzzing process, see
 [fuzzing_in_depth.md](fuzzing_in_depth.md) or click on the following
-image to select a step.
+image and select a step.
 
-![Fuzzing process overview](https://raw.githubusercontent.com/AFLplusplus/AFLplusplus/dev/docs/resources/fuzzing_process_overview.drawio.svg "Fuzzing process overview")
+![Fuzzing process overview](https://raw.githubusercontent.com/AFLplusplus/AFLplusplus/dev/docs/resources/0_fuzzing_process_overview.drawio.svg "Fuzzing process overview")
 
 For further information on instrumentation, see the
 [READMEs in the instrumentation/ folder](../instrumentation/).
 
+### Instrumenting the target
+
+For more information, click on the following image and select a step.
+
+![Instrumenting the target](https://raw.githubusercontent.com/AFLplusplus/AFLplusplus/dev/docs/resources/1_instrument_target.drawio.svg "Instrumenting the target")
+
+### Preparing the fuzzing campaign
+
+For more information, click on the following image and select a step.
+
+![Preparing the fuzzing campaign](https://raw.githubusercontent.com/AFLplusplus/AFLplusplus/dev/docs/resources/2_prepare_campaign.drawio.svg "Preparing the fuzzing campaign")
+
+### Fuzzing the target
+
+For more information, click on the following image and select a step.
+
+![Fuzzing the target](https://raw.githubusercontent.com/AFLplusplus/AFLplusplus/dev/docs/resources/3_fuzz_target.drawio.svg "Fuzzing the target")
+
+### Managing the fuzzing campaign
+
+For more information, click on the following image and select a step.
+
+![Managing the fuzzing campaign](https://raw.githubusercontent.com/AFLplusplus/AFLplusplus/dev/docs/resources/4_manage_campaign.drawio.svg "Managing the fuzzing campaign")
+
 ## Fuzzing other targets
 
 To learn about fuzzing other targets, see: