Companion

Functions

Link copied to clipboard
fun parse(bytes: ByteArray, off: Int, le: Boolean, is64Bit: Boolean): ElfShdr
Link copied to clipboard
fun parse32(bytes: ByteArray, off: Int, le: Boolean): ElfShdr

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

Link copied to clipboard
fun parse64(bytes: ByteArray, off: Int, le: Boolean): ElfShdr

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