Trait libafl::inputs::HasTargetBytes[][src]

pub trait HasTargetBytes {
    fn target_bytes(&self) -> OwnedSlice<'_, u8>;
}
Expand description

Can be represented with a vector of bytes This representation is not necessarily deserializable Instead, it can be used as bytes input for a target

Required methods

Target bytes, that can be written to a target

Implementors