Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


add "registersymbol" to an "opcode"

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Project Eula
How do I cheat?
Reputation: 0

Joined: 16 Jan 2019
Posts: 7

PostPosted: Thu May 30, 2019 10:07 am    Post subject: add "registersymbol" to an "opcode" Reply with quote

Please help. I need you to add a "registration symbol" to an "operation code", please, I need to keep the address of a "code of operation"
Example:

registersymbol(hack)

originalcode:
movss [rcx+r12],xmm2

new code:
movss [hack],xmm2

please help Sad
Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 51

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Thu May 30, 2019 4:24 pm    Post subject: Reply with quote

If you want the address you'll need the value of the registories.
Code:
label(myPointer)
registersymbol(myPointer)

...

originalcode:
movss [rcx+r12],xmm2

new_code:
push rax
lea rax,[rcx+r12]
mov [myPointer],rax
pop rax
...
jmp returnhere
myPointer:
  dq 0

_________________
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites