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: ParseAt
on eachnext()
- Parsing
Table - Lazy-parsing table which wraps bytes and parses out a
P: ParseAt
at 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.