getSectionsByType
fn
SectionTypeRange getSectionsByType(ElfFile file, types.SectionType type)Get a range for iterating sections of a specific type.
Parameters
file | The ELF file. |
type | The section type to filter by. |
Returns
A SectionTypeRange for iterating over sections of the specified type.