ElfEditor.create

ElfEditor create(ElfClass class_, ElfEndian endian)

Create a new ELF editor.

Parameters

class_The ELF class (32-bit or 64-bit).
endianThe endianness (little or big).

Returns

A new ElfEditor instance.