Module process_builder::elf_parse
source · Expand description
Parses ELF files per the ELF specification in ulib/musl/include/elf.h
Structs§
- ELF identity header.
Enums§
- ELF class, from EI_CLASS.
- ELF data encoding, from EI_DATA.
- Possible errors that can occur during ELF parsing.
- ELF version, from EI_VERSION.