Documentation API Reference ElfHeader ElfHeader Description Decoded ELF file header (just the fields users care about). Usage example (Cross-references) Usage examples (Cross-references) In Elf.h:100 : u16 shnum; u16 shstrndx; } ElfHeader; /// In Elf.h:162 : size data_size; bool owns_data; ElfHeader header; ElfSections sections; ElfSymbols symbols; Last updated on May 15, 2026ElfFileResolveAddressElfSection