ElfShdr
Represents the ELF section header structure for both 32-bit and 64-bit formats.
The section header table is an array of these structures, with each entry describing a section in the file. This unified class handles both 32-bit and 64-bit versions of the ELF section header format, using the larger data types to accommodate both formats.