|
| 1 | +# AFL++ documentation |
| 2 | + |
| 3 | +This is the overview of the AFL++ docs content. |
| 4 | + |
| 5 | +For general information on AFL++, see the |
| 6 | +[README.md of the repository](../README.md). |
| 7 | + |
| 8 | +Also take a look at our [FAQ.md](FAQ.md) and |
| 9 | +[best_practices.md](best_practices.md). |
| 10 | + |
| 11 | +## Fuzzing targets with the source code available |
| 12 | + |
| 13 | +You can find a quickstart for fuzzing targets with the source code available in |
| 14 | +the [README.md of the repository](../README.md#quick-start-fuzzing-with-afl). |
| 15 | + |
| 16 | +For in-depth information on the steps of the fuzzing process, see |
| 17 | +[fuzzing_in_depth.md](fuzzing_in_depth.md) or click on the following |
| 18 | +image to select a step. |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +For further information on instrumentation, see the |
| 23 | +[READMEs in the instrumentation/ folder](../instrumentation/). |
| 24 | + |
| 25 | +## Fuzzing other targets |
| 26 | + |
| 27 | +To learn about fuzzing other targets, see: |
| 28 | + |
| 29 | +* Binary-only: [fuzzing_binary-only_targets.md](fuzzing_binary-only_targets.md) |
| 30 | +* GUI programs: |
| 31 | + [best_practices.md#fuzzing-a-gui-program](best_practices.md#fuzzing-a-gui-program) |
| 32 | +* Libraries: [frida_mode/README.md](../frida_mode/README.md) |
| 33 | +* Network services: |
| 34 | + [best_practices.md#fuzzing-a-network-service](best_practices.md#fuzzing-a-network-service) |
| 35 | +* Non-linux: [unicorn_mode/README.md](../unicorn_mode/README.md) |
| 36 | + |
| 37 | +## Additional information |
| 38 | + |
| 39 | +* Tools that help fuzzing with AFL++: |
| 40 | + [third_party_tools.md](third_party_tools.md) |
| 41 | +* Tutorials: [tutorials.md](tutorials.md) |
0 commit comments