logo
pub struct Elf64<'a> { /* private fields */ }
Expand description

The parsed structure of an ELF file

Implementations

Parse from the given byte slice

Returns the file header.

Returns the program header table.

Returns the section header table.

Returns the dynamic symbol table.

Returns the dynamic relocations table.

Query a single string from a section which is marked as SHT_STRTAB

Returns the string corresponding to the given sh_name

Returns the name of the st_name symbol

Returns the symbol table

Returns the name of the st_name dynamic symbol

Returns the symbol table of a section which is marked as SHT_SYMTAB

Returns the &[T] contained in the data described by the given program header

Returns the &[T] contained in the section data described by the given section header

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.