isElf

fnbool isElf(string path)

Check if a file is a valid ELF file.

Parameters

pathPath to the file to check.

Returns

true if the file is a valid ELF file, false otherwise.