Struct object::Elf [] [src]

pub struct Elf<'a>(_);

An ELF object file.

Trait Implementations

impl<'a> Object<'a> for Elf<'a>
[src]

An associated error type for when parsing or some other operation fails.

Parse the raw object file data.

Get the contents of the section named section_name, if such a section exists. Read more

Return true if the file is little endian, false if it is big endian.