ElfEditor.addSymbol
ElfEditor addSymbol(string name, uint sectionIndex, uint binding, uint type,
ulong value = 0, ulong size = 0)Add a symbol to the symbol table.
Parameters
name | The symbol name. |
sectionIndex | The section index the symbol belongs to. |
binding | The symbol binding (local, global, weak). |
type | The symbol type (object, function, etc.). |
value | The symbol value. |
size | The symbol size. |
Returns
This editor for method chaining.