Module libafl::state[][src]

Expand description

The fuzzer, and state are the core pieces of every good fuzzer

Structs

StdState

The state a fuzz run.

Constants

DEFAULT_MAX_SIZE

The maximum size of a testcase

Traits

HasClientPerfStats

Trait for offering a ClientPerfStats

HasCorpus

Trait for elements offering a corpus

HasExecutions

Trait for the execution counter

HasFeedbackStates

Trait for elements offering a feedback

HasMaxSize

Interact with the maximum size

HasMetadata

Trait for elements offering metadata

HasRand

Trait for elements offering a rand

HasSolutions

Trait for elements offering a corpus of solutions

HasStartTime

Trait for the starting time

State