TestMemory:
add [eax],al //
add [eax],al //set the value of TestMemory to 0
TestScript:
mov eax, TestMemory
[DISABLE]
dealloc(TestScript)
dealloc(TestMemory)
My question now, what is [eax] (the value of eax)?
Is it the value of TestMemory (0) or something else?
Does the value move with the address? _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum