Trait lief::generic::Binary

pub trait Binary {
    // Provided methods
    fn entrypoint(&self) -> u64 { ... }
    fn imagebase(&self) -> u64 { ... }
    fn is_pie(&self) -> bool { ... }
}

Provided Methods§

fn entrypoint(&self) -> u64

fn imagebase(&self) -> u64

fn is_pie(&self) -> bool

Implementors§

§

impl Binary for lief::elf::Binary

§

impl Binary for lief::macho::Binary

§

impl Binary for lief::pe::Binary