elf-section-data-by-index ( elf: Elf32/64_Ehdr index -- header/f uchar-array/f )


Vocabulary
elf

Inputs
elfa Elf32/64_Ehdr
indexan object


Outputs
header/fan object
uchar-array/fan object


Definition


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 ;