Elf64Ehdr
Represents the ELF 64-bit file header structure.
The ELF header defines the file's organization. It contains information about how to interpret the file, such as whether it's a 32-bit or 64-bit ELF file, which machine architecture it targets, where to find the program header table and section header table, and other essential metadata.
This class specifically handles the 64-bit version of the ELF header format. The main difference from the 32-bit version is the size of certain fields, which are expanded to accommodate 64-bit addresses and offsets.
Properties
This member's value specifies the required architecture for an individual file.
This member holds the size in bytes of one entry in the file's program header table.
This member holds a section header's size in bytes. A section header is one entry in the section header table; all entries are the same size.