getSegmentCount
fn
size_t getSegmentCount(ElfFile file)Get the number of program headers (segments) in an ELF file.
Parameters
file | The ELF file. |
Returns
The number of segments.
size_t getSegmentCount(ElfFile file)Get the number of program headers (segments) in an ELF file.
file | The ELF file. |