Companion

Functions

Link copied to clipboard
fun parse(bytes: ByteArray, off: Int, ident: ElfIdentification, is64Bit: Boolean): ElfPhdr

Parse an ELF program header from a byte array based on the ELF identification.

Link copied to clipboard
fun parse32(bytes: ByteArray, off: Int, ident: ElfIdentification): ElfPhdr

Parse a 32-bit ELF program header from a byte array.

Link copied to clipboard
fun parse64(bytes: ByteArray, off: Int, ident: ElfIdentification): ElfPhdr

Parse a 64-bit ELF program header from a byte array.