getMachineName

fnstring getMachineName(ElfMachine machine) pure @safe

Get the name of an ELF machine architecture.

Parameters

machineELF machine type.

Returns

String representation of the machine type, or "UNKNOWN" if not recognized.