Parses an ELF image and returns its structured representation.
Produces the following sections:
Both ELF32 and ELF64 formats are supported, as well as little-endian and big-endian data encodings. Field offsets are resolved at parse time via
Raw ELF image bytes.
A ParsedStructure with format set to 'ELF' and entryPoint set to the absolute virtual entry address, or undefined if e_entry is zero.
format
'ELF'
entryPoint
undefined
e_entry
Parses an ELF image and returns its structured representation.
Produces the following sections:
Both ELF32 and ELF64 formats are supported, as well as little-endian and big-endian data encodings. Field offsets are resolved at parse time via