listSections

fnauto listSections(ElfFile file)

List all sections in an ELF file.

Returns a range of SectionInfo for all sections, including the null section.

Parameters

fileThe ELF file to list sections from.

Returns

A range of SectionInfo for all sections.