You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AFLplusplus/src/AFLplusplus-stable/docs
1LuB dbc698415f
v1.0
10 months ago
..
resources v1.0 10 months ago
COPYING v1.0 10 months ago
Changelog.md v1.0 10 months ago
FAQ.md v1.0 10 months ago
INSTALL.md v1.0 10 months ago
README.md v1.0 10 months ago
afl-fuzz_approach.md v1.0 10 months ago
best_practices.md v1.0 10 months ago
custom_mutators.md v1.0 10 months ago
env_variables.md v1.0 10 months ago
features.md v1.0 10 months ago
fuzzing_binary-only_targets.md v1.0 10 months ago
fuzzing_in_depth.md v1.0 10 months ago
ideas.md v1.0 10 months ago
important_changes.md v1.0 10 months ago
rpc_statsd.md v1.0 10 months ago
third_party_tools.md v1.0 10 months ago
tutorials.md v1.0 10 months ago

README.md

AFL++ documentation

This is the overview of the AFL++ docs content.

For general information on AFL++, see the README.md of the repository.

Also take a look at our FAQ.md and best_practices.md.

Fuzzing targets with the source code available

You can find a quickstart for fuzzing targets with the source code available in the README.md of the repository.

For in-depth information on the steps of the fuzzing process, see fuzzing_in_depth.md or click on the following image and select a step.

Fuzzing process overview

For further information on instrumentation, see the READMEs in the instrumentation/ folder.

Instrumenting the target

For more information, click on the following image and select a step.

Instrumenting the target

Preparing the fuzzing campaign

For more information, click on the following image and select a step.

Preparing the fuzzing campaign

Fuzzing the target

For more information, click on the following image and select a step.

Fuzzing the target

Managing the fuzzing campaign

For more information, click on the following image and select a step.

Managing the fuzzing campaign

Fuzzing other targets

To learn about fuzzing other targets, see:

Additional information