ElfPhdr
Represents the ELF program header structure for both 32-bit and 64-bit formats.
The program header describes a segment or other information the system needs to prepare the program for execution. This unified class handles both 32-bit and 64-bit versions of the ELF program header format, using the larger data types to accommodate both formats.