Handbook
Glossary
elf-section-data-by-index ( elf: Elf32/64_Ehdr index -- header/f uchar-array/f )
Vocabulary
elf
Inputs
elf
a
Elf32/64_Ehdr
index
an
object
Outputs
header/f
an
object
uchar-array/f
an
object
Definition
USING:
sequences
typed
;
IN:
elf
TYPED::
elf-section-data-by-index
( elf: Elf32/64_Ehdr index -- header/f uchar-array/f )
elf
elf-section-headers
:>
sections index sections
nth
:>
header elf header
elf-section-data
:>
data header data
;