ElfEditor.write

void write(string path)

Write the ELF file to disk.

Parameters

pathThe output file path.

Throws

Exception if the file cannot be written.
void write(File file)

Write the ELF file to a std.stdio.File.

Parameters

fileThe file to write to.

Throws

Exception if the file cannot be written.