ElfEditor.modifySectionData
ElfEditor modifySectionData(uint index, const(ubyte)[] data)Modify the data of an existing section.
Parameters
index | The section index. |
data | The new section data. |
Returns
This editor for method chaining.
Throws
Exception if the section index is invalid.