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 


Please correct my injection

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

Joined: 07 Sep 2018
Posts: 1

PostPosted: Fri Sep 07, 2018 12:40 am    Post subject: Please correct my injection Reply with quote

define(address,"Custom.exe"+CDCE396)
define(bytes,89 18 48 8D 40 10)

[ENABLE]


assert(address,bytes)
alloc(newmem,$1000,"Custom.exe"+CDCE396)

label(code)
label(ys)
label(return)

registersymbol(ys)

newmem:
mov [ys],rax

code:
mov [rax],ebx
lea rax,[rax+10]
jmp return

ys:
dq 0

address:
jmp newmem
nop
return:

[DISABLE]

address:
db bytes
// mov [rax],ebx
// lea rax,[rax+10]

unregistersymbol(ys)
dealloc(newmem)




ys is 0.. cannot copy rax.

dq 1 -> 00000001..

only dq and mov doesnt react.

how can i modify that?
Back to top
View user's profile Send private message
sbryzl
Master Cheater
Reputation: 6

Joined: 25 Jul 2016
Posts: 252

PostPosted: Fri Sep 07, 2018 6:28 am    Post subject: Reply with quote

newmem:
push rcx
mov rcx,ys
mov [rcx],rax
pop rcx
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