Trait libafl::mutators::multi::DefaultMultipartMutator

source ·
pub trait DefaultMultipartMutator { }
Expand description

Marker trait for if the default multipart input mutator implementation is appropriate.

You should implement this type for your mutator if you just want a random part of the input to be selected and mutated. Use impl_default_multipart to implement this marker trait for many at once.

Implementors§