createElf

fnElfBuilder createElf(ElfClass class_, ElfEndian endian)

Create a new ELF file builder.

Parameters

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

Returns

An ElfBuilder instance for creating the file.