Module libafl::stages::mutational[][src]

Expand description

Mutational stage is the normal fuzzing stage,

Structs

StdMutationalStage

The default mutational stage

Statics

DEFAULT_MUTATIONAL_MAX_ITERATIONS

Default value, how many iterations each stage gets, as an upper bound It may randomly continue earlier.

Traits

MutationalStage

A Mutational stage is the stage in a fuzzing run that mutates inputs. Mutational stages will usually have a range of mutations that are being applied to the input one by one, between executions.