Search found 1 match

by unimportant
Mon Sep 16, 2024 12:34 pm
Forum: Lua Script Questions
Topic: Lua RegisterSymbol
Replies: 0
Views: 142

Lua RegisterSymbol

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 a...