ElfEditor.removeSymbol
ElfEditor removeSymbol(uint index)Remove a symbol from the symbol table.
This method is not yet implemented. Removing a symbol requires rebuilding the symbol table with adjusted indices.
Parameters
index | The symbol index to remove. |
Returns
This editor for method chaining.
Throws
Exception always, as this method is not yet implemented.