Companion

Functions

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

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

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

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