Module libafl::fuzzer[][src]

Expand description

The Fuzzer is the main struct for a fuzz campaign.

Structs

StdFuzzer

Your default fuzzer instance, for everyday use.

Enums

ExecuteInputResult

Traits

Evaluator

Evaluate an input modyfing the state of the fuzzer

EvaluatorObservers

Evaluate an input modyfing the state of the fuzzer

ExecutionProcessor

Evaluate if an input is interesting using the feedback

Fuzzer

The main fuzzer trait.

HasCorpusScheduler

Holds a scheduler

HasFeedback

Holds an feedback

HasObjective

Holds an objective feedback