Posted: Wed Jan 20, 2021 8:02 pm Post subject: How to copy a value from pointer to register in ASM
Code:
mov [rcx+0],PTR+40
mov [rcx+04],PTR+44
-- this is all illogical but i am giving it as an example what i want to do
Hello i hope someone can help me
i need to asm script that globally writes to the values stored in those addresses to the addresses it access like rcx+0 and rcx+4
so it copies the values stored in PTR+40 and PTR+44
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