listSections
fn
auto listSections(ElfFile file)List all sections in an ELF file.
Returns a range of SectionInfo for all sections, including the null section.
Parameters
file | The ELF file to list sections from. |
Returns
A range of SectionInfo for all sections.