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 


How to make pointer of this?!

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 400

PostPosted: Mon May 20, 2019 9:06 am    Post subject: How to make pointer of this?! Reply with quote

i cant make a pointer out of this crc32 bla bla thing...
no matter what i try to mov to CHARSEL2 it wont work...edx,r8,etc...
How to make it so when i enable this the CharSel2 will lead to the addresss the function modifies?


[ENABLE]

aobscan(CHARMODDER2,41 0F 38 F1 94 00 B4 00 00 00 48 8B 81 0Cool // should be unique
alloc(newmem,$1000,10F859E7)

label(code)
label(return)

newmem:
globalalloc(CharSel2,2096)

code:
crc32 edx,[r8+rax+000000B4]
mov [CharSel2], ????
jmp return

CHARMODDER2:
jmp newmem
nop
nop
nop
nop
nop
return:
registersymbol(CHARMODDER2)

[DISABLE]

CHARMODDER2:
db 41 0F 38 F1 94 00 B4 00 00 00

unregistersymbol(CHARMODDER2)
dealloc(newmem)

_________________
I am the forgotten one the dead one.
Back to top
View user's profile Send private message
TheyCallMeTim13
Wiki Contributor
Reputation: 50

Joined: 24 Feb 2017
Posts: 976
Location: Pluto

PostPosted: Mon May 20, 2019 12:24 pm    Post subject: This post has 1 review(s) Reply with quote

Code:
[ENABLE]
// ...
label(code)
label(return)

globalalloc(CharSel2, 8)

newmem:

code:
crc32 edx,[r8+rax+000000B4]
push rbx
lea rbx,[r8+rax+000000B4]
mov [CharSel2],rbx
pop rbx
jmp return

CHARMODDER2:
jmp newmem
nop
nop
nop
nop
nop
return:
registersymbol(CHARMODDER2)

[DISABLE]

CHARMODDER2:
db 41 0F 38 F1 94 00 B4 00 00 00

unregistersymbol(CHARMODDER2)
dealloc(newmem)

_________________
Back to top
View user's profile Send private message Visit poster's website
Meiyoh
Master Cheater
Reputation: 1

Joined: 14 Mar 2015
Posts: 400

PostPosted: Mon May 20, 2019 2:45 pm    Post subject: Reply with quote

THANK YOU SO MUCH this helped me a lot!
Be blessed:)

_________________
I am the forgotten one the dead one.
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