ElfBuilder.updateSectionData

void updateSectionData(uint index, const(ubyte)[] data)

Update the data of an existing section.

Parameters

indexThe section index to update.
dataThe new section data.

Throws

Exception if the section index is invalid.