Expand description
Utilities to drive safe and lazy parsing of ELF structures.
Structs§
- Parsing
Iterator - Lazy-parsing iterator which wraps bytes and parses out a
P: ParseAton eachnext() - Parsing
Table - Lazy-parsing table which wraps bytes and parses out a
P: ParseAtat a given index into the table on eachget().
Enums§
Traits§
- ParseAt
- Trait for safely parsing an ELF structure of a given class (32/64 bit) with an given endian-awareness at the given offset into the data buffer.