getElfInfo

fnElfInfo getElfInfo(string path)

Get summary information about an ELF file.

Parameters

pathPath to the ELF file.

Returns

An ElfInfo struct with summary information.

Throws

Exception if the file cannot be read or is not a valid ELF file.