executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
files
/
space.iseki.executables.elf
/
ElfEhdr
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
parse
Link copied to clipboard
fun
parse
(
bytes
:
ByteArray
,
off
:
Int
,
ident
:
ElfIdentification
)
:
ElfEhdr
parse32
Link copied to clipboard
fun
parse32
(
bytes
:
ByteArray
,
off
:
Int
,
ident
:
ElfIdentification
)
:
ElfEhdr
Parse a 32-bit ELF header from a byte array.
parse64
Link copied to clipboard
fun
parse64
(
bytes
:
ByteArray
,
off
:
Int
,
ident
:
ElfIdentification
)
:
ElfEhdr
Parse a 64-bit ELF header from a byte array.