Module header
Structs§
- Header
- Class which represents the ELF’s header. This class mirrors the raw
ELF
Elfxx_Ehdr
structure
Enums§
- Arch
- Class
- Match the result of
Elfxx_Ehdr.e_ident[EI_CLASS]
- ElfData
- Match the result
Elfxx_Ehdr.e_ident[EI_DATA]
- File
Type - The type of the underlying ELF file. This enum matches
the semantic of
ET_NONE
,ET_REL
, … - OsAbi
- Match the result
Elfxx_Ehdr.e_ident[EI_OSABI]
- Version
- Match the result of
Elfxx_Ehdr.e_version