Module libafl::fuzzer

source ·
Expand description

The Fuzzer is the main struct for a fuzz campaign.

Structs

Your default fuzzer instance, for everyday use.

Enums

The corpus this input should be added to

Traits

Evaluate an input modifying the state of the fuzzer
Evaluate an input modifying the state of the fuzzer
Structs with this trait will execute an input
Evaluate if an input is interesting using the feedback
The main fuzzer trait.
Holds an feedback
Holds an objective feedback
Holds a scheduler