Module libafl::mutators

source ·
Expand description

Mutators mutate input during fuzzing.

Re-exports§

Modules§

Structs§

  • The index of a mutation in the mutations tuple

Enums§

  • The result of a mutation. If the mutation got skipped, the target will not be executed with the returned input.

Traits§

  • A mutator that takes input, and returns a vector of mutated inputs. Simple as that.
  • A mutator takes input, and mutates it. Simple as that.
  • A Tuple of Mutators that can execute multiple Mutators in a row.