getSectionsByType

fnSectionTypeRange getSectionsByType(ElfFile file, types.SectionType type)

Get a range for iterating sections of a specific type.

Parameters

fileThe ELF file.
typeThe section type to filter by.

Returns

A SectionTypeRange for iterating over sections of the specified type.