Trait lief::Relocation

pub trait Relocation {
    // Provided methods
    fn address(&self) -> u64 { ... }
    fn size(&self) -> u64 { ... }
}

Provided Methods§

fn address(&self) -> u64

Address where the relocation should take place

fn size(&self) -> u64

Size of the relocation

Trait Implementations§

§

impl Debug for &dyn Relocation

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§

§

impl Relocation for Relocation<'_>

§

impl Relocation for Generic<'_>

§

impl Relocation for Entry<'_>