getElfInfo
fn
ElfInfo getElfInfo(string path)Get summary information about an ELF file.
Parameters
path | Path 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.