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

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

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

fn target_bytes(&self) -> OwnedSlice<'_, u8>[src]

Target bytes, that can be written to a target

Loading content...

Implementors

Loading content...