Expand description
Parsing the ELF File Header
Structs§
- Elf32_
Ehdr - C-style 32-bit ELF File Header definition
- Elf64_
Ehdr - C-style 64-bit ELF File Header definition
- File
Header - Encapsulates the contents of the ELF File Header
Enums§
- Class
- Represents the ELF file word size (32-bit vs 64-bit)