ElfEditor.write
void write(string path)Write the ELF file to disk.
Parameters
path | The 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
file | The file to write to. |
Throws
Exception if the file cannot be written.