[][src]Crate elfy

A crate for reading data from ELF files quickly and simply

Currently Elfy is focused on reading data important to statically compiled ARM executables, in the future it will support more architectures and ELF features

Structs

Elf

Represents a parsed ELF (Executable and Linkable Format) file.

Header

Represents an ELF file header

Section

Represents one section in a loaded Elf binary

SectionHeader

A 'SectionHeader' describes the location and the contents of an Elf section

Enums

SectionData

Represents the parsed data contained in one section

SectionFlags

Section flags describe the allowable access patterns of an Elf section

SectionType

Describes the type of information contained within a section

Type Definitions

ParseElfResult

Returned by ELFParslets