ElfEditor.modifySectionData

ElfEditor modifySectionData(uint index, const(ubyte)[] data)

Modify the data of an existing section.

Parameters

indexThe section index.
dataThe new section data.

Returns

This editor for method chaining.

Throws

Exception if the section index is invalid.