diff options
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 28 |
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. - + 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. + + + +### Preparing the fuzzing campaign + +For more information, click on the following image and select a step. + + + +### Fuzzing the target + +For more information, click on the following image and select a step. + + + +### Managing the fuzzing campaign + +For more information, click on the following image and select a step. + + + ## Fuzzing other targets To learn about fuzzing other targets, see: |