ElfIdentification
data class ElfIdentification(val eiClass: ElfClass, val eiData: ElfData, val eiVersion: UByte, val eiOsAbi: ElfOsAbi, val eiAbiVersion: UByte) : ReadableStructure(source)
Represents the initial bytes of an ELF file that specify how to interpret the file.
The ELF identification provides an object file framework to support multiple processors, multiple data encodings, and multiple classes of machines. These initial bytes help interpret the file independent of the processor and the file's remaining contents.