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 


Stealthedit Plugin With AOB

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Tutorials
View previous topic :: View next topic  
Author Message
++METHOS
I post too much
Reputation: 92

Joined: 29 Oct 2010
Posts: 4197

PostPosted: Wed Jul 03, 2013 4:54 pm    Post subject: Stealthedit Plugin With AOB Reply with quote

How to utilize AOB with the Stealthedit plugin?

For example, here is my current template for stealthedit:

Code:
[ENABLE]
stealthedit(YYYY,"????.exe"+????,248)
alloc(newmem,248)
label(returnhere)
label(originalcode)
label(XXXX)
registersymbol(XXXX)

newmem:
??????????????????????
jmp returnhere

originalcode:
??????????????????????
jmp returnhere

YYYY:
XXXX:
??????????????????????
returnhere:
 
[DISABLE]

dealloc(newmem)
XXXX:
??????????????????????

unregistersymbol(XXXX)


Thanks.
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Wed Jul 03, 2013 5:08 pm    Post subject: Reply with quote

something like this:
Code:

[enable]
aobscan(bla,c6 05 d0 59 55 00 00)
stealthedit(newregion, bla, 7)

label(registeredregion)

newregion:
registeredregion:
nop
nop
nop
nop
nop
nop
nop


registersymbol(registeredregion)


[disable]
registeredregion:
db c6 05 d0 59 55 00 00

_________________
Do not ask me about online cheats. I don't know any and wont help finding them.

Like my help? Join me on Patreon so i can keep helping
Back to top
View user's profile Send private message MSN Messenger
++METHOS
I post too much
Reputation: 92

Joined: 29 Oct 2010
Posts: 4197

PostPosted: Wed Jul 03, 2013 5:28 pm    Post subject: Reply with quote

Thanks. That seems easy enough.

+Rep (when I am able)
Back to top
View user's profile Send private message
knightblizs
Advanced Cheater
Reputation: 0

Joined: 18 Jun 2013
Posts: 56

PostPosted: Tue Jul 09, 2013 6:47 pm    Post subject: Reply with quote

help me too

Code:
define(HookedFunction,AOBSignature+XXX)
[ENABLE]
alloc(NewMem,1024)
aobscan(AOBSignature, XXX )
label(returnhere)


HookedFunction:
jmp NewMem
xmm0,xmm0
nop
nop
returnhere:

NewMem:
 db XX XX
 readmem(HookedFunction+XX)
 dd #XXX
 readmem(HookedFunction,XX)
 xorpd xmm0,xmm0
jmp returnhere

[DISABLE]
dealloc(NewMem)



I tried to add this
aobscan(AOBSignature,XX XX)
stealthedit(newregion, AOBSignature, 7)


registeredregion:
XX XX

but module not found
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 Tutorials 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