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 


labels

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
kriso02
Newbie cheater
Reputation: 0

Joined: 21 Nov 2016
Posts: 11

PostPosted: Mon Nov 21, 2016 5:36 am    Post subject: labels Reply with quote

how do labels work.

trying to extract an address from ram using aob
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4293

PostPosted: Mon Nov 21, 2016 8:05 am    Post subject: Reply with quote

Code:
[ENABLE]
aobscan(mylabel,12 34 AB CD)  // stores the address of the AoB pattern's first occurrence into the label mylabel

registersymbol(mylabel)    // registers mylabel so it can be used outside the script (and in the [DISABLE] section)

mylabel:    // every instruction after this is sequentially written starting at mylabel
  db 56 78 EF

[DISABLE]
mylabel:
  db 12 34 AB CD   // restore original code
unregistersymbol(mylabel) //cleanup

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
kriso02
Newbie cheater
Reputation: 0

Joined: 21 Nov 2016
Posts: 11

PostPosted: Wed Nov 23, 2016 2:39 am    Post subject: Reply with quote

thanks. that should cover it. too bad there in no proper documetation
Back to top
View user's profile Send private message
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