cfemen How do I cheat?
Reputation: 0
Joined: 16 Aug 2019 Posts: 3
|
Posted: Fri Aug 16, 2019 2:59 pm Post subject: Mov address from r8 |
|
|
Hi, im new to Reversing and Cheat Engine.
i know how to get a Pointer and store it with AutoAssembler into Memory, but i really have problems in x64 :(
im injecting here:
i want a pointer of r8
i tried it with a normal 8 byte memory alloc:
| Quote: | globalalloc(pScrapy,8)
pScrapy:
dq 0
mov [pScrapy],r8
|
but i cant execute the script with the mov [pScrapy],r8 command in the code.
can anyone help me what im doing wrong?
and thanks for every help!
edit : its fixed... i dont know why exactly Oo
i used label(pScrapy) instead of globalalloc
and registered the symbol manuelly and it worked
|
|