isElf
fn
bool isElf(string path)Check if a file is a valid ELF file.
Parameters
path | Path to the file to check. |
Returns
true if the file is a valid ELF file, false otherwise.
bool isElf(string path)Check if a file is a valid ELF file.
path | Path to the file to check. |