isElfFile
fn
bool isElfFile(const(ubyte)[] data) pure nothrow @nogc @safeCheck if the given data represents a valid ELF file.
Parameters
data | Byte array containing potential ELF file data. |
Returns
true if the data starts with the ELF magic number, false otherwise.