Module file

Source
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
FileHeader
Encapsulates the contents of the ELF File Header

Enums§

Class
Represents the ELF file word size (32-bit vs 64-bit)

Constants§

ELF32_EHDR_TAILSIZE
ELF64_EHDR_TAILSIZE

Functions§

parse_ident