Crate elfy

Source
Expand description

A rusty 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

Modules§

constants
Constants defined by the ELF standard and vendors
numeric
Types describing various simple value types that may be found in an ELF file
prelude
The Elfy prelude
types
Types which describe the decoded contents of an ELF file

Structs§

Elf
Represents a parsed ELF (Executable and Linkable Format) file.
SectionIter
Iterator over the sections in an ELF file
SegmentIter
Iterator over the program headers in an ELF file

Enums§

ParseElfError
The Elfy error type

Type Aliases§

ParseElfResult
The result type for Elfy, wraps a ParseElfError