getElfEndian

fnElfEndian getElfEndian(ubyte dataEncoding) pure nothrow @nogc @safe

Get the ELF endianness from the ELF data encoding field.

Parameters

dataEncodingThe EI_DATA value from the ELF header.

Returns

The corresponding ELF endianness.