Trait yaxpeax_core::memory::PatchyMemoryRepr[][src]

pub trait PatchyMemoryRepr<A: Arch> {
    fn add(
        &mut self,
        data: Vec<u8>,
        addr: A::Address
    ) -> Result<(), LayoutError>; }

Required methods

Implementors