createElf
fn
ElfBuilder createElf(ElfClass class_, ElfEndian endian)Create a new ELF file builder.
Parameters
class_ | The ELF class (32-bit or 64-bit). |
endian | The endianness (little or big). |
Returns
An ElfBuilder instance for creating the file.