ElfBuilder.updateSectionData
void updateSectionData(uint index, const(ubyte)[] data)Update the data of an existing section.
Parameters
index | The section index to update. |
data | The new section data. |
Throws
Exception if the section index is invalid.