Module parse

Source
Expand description

Utilities to drive safe and lazy parsing of ELF structures.

Structs§

ParsingIterator
Lazy-parsing iterator which wraps bytes and parses out a P: ParseAt on each next()
ParsingTable
Lazy-parsing table which wraps bytes and parses out a P: ParseAt at a given index into the table on each get().

Enums§

ParseError

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.