executables
Toggle table of contents
0.0.1-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
executables
elf
/
space.iseki.executables.elf
/
ElfFile
/
Section
Section
inner
class
Section
:
ReadableSection
(
source
)
Represents an ELF section.
Members
Properties
header
Link copied to clipboard
open
override
val
header
:
ReadableStructure
name
Link copied to clipboard
open
override
val
name
:
String
?
section
Header
Link copied to clipboard
val
sectionHeader
:
ElfShdr
size
Link copied to clipboard
open
override
val
size
:
Long
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
read
Bytes
Link copied to clipboard
open
override
fun
readBytes
(
sectionOffset
:
Long
,
buf
:
ByteArray
,
bufOffset
:
Int
,
size
:
Int
)
Reads bytes from the section.