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). |
endian | The byte order (little or big endian). |
Returns
A new ElfBuilder instance.