ElfBuilder.create

ElfBuilder create(types.ElfClass class_, io.ElfEndian endian)

Create a new ELF builder with the specified class and endianness.

Parameters

class_The ELF class (32-bit or 64-bit).
endianThe byte order (little or big endian).

Returns

A new ElfBuilder instance.