Page 1 of 1

Lua RegisterSymbol

Posted: Mon Sep 16, 2024 12:34 pm
by unimportant
Hi,

i want to change the Address from a former registered Symbol
e.g RegisterSymbol('test'.0x12345678) initial to 'test',0xWhateEver
When using WritePointer(''test',0xWhatEver) it does not give the right Result

When i use RegisterSymbol again it works.
Is there a 'right' Way to do that ?

Thanks in advance.