getSectionByIndex
fn
ElfSection getSectionByIndex(ElfFile file, size_t index)Get a section by its index.
Parameters
file | The ELF file. |
index | The section index. |
Returns
An ElfSection for the specified index.
Throws
Exception if the index is out of bounds.