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 defined by the ELF standard and vendors
- Types describing various simple value types that may be found in an ELF file
- The Elfy prelude
- Types which describe the decoded contents of an ELF file
Structs§
- Represents a parsed ELF (Executable and Linkable Format) file.
- Iterator over the sections in an ELF file
- Iterator over the program headers in an ELF file
Enums§
- The Elfy error type
Type Aliases§
- The result type for Elfy, wraps a
ParseElfError