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 


[Unsolved] How to read a pointer in assembly?

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

Joined: 09 Jun 2024
Posts: 9

PostPosted: Tue Jun 11, 2024 2:02 am    Post subject: [Unsolved] How to read a pointer in assembly? Reply with quote

I am too dumb to do it.


dumb.PNG
 Description:
 Filesize:  21.54 KB
 Viewed:  944 Time(s)

dumb.PNG




Last edited by smallthings23 on Fri Jun 14, 2024 6:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4710

PostPosted: Tue Jun 11, 2024 1:11 pm    Post subject: Reply with quote

You have to traverse the pointer path manually:
Code:
// write 1 to the 4-byte int at [[game.exe+1234]+57C]+20
mov eax,[game.exe+1234]
mov eax,[eax+57C]
mov [eax+20],1

`mulps` is "multiply packed singles". A general purpose register like eax can't be used with that.

Are you sure you want to multiply all 4 floats in xmm0 twice using two different values?

Also note that all memory accesses made by `mulps` have to be 16-byte aligned.

_________________
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
smallthings23
How do I cheat?
Reputation: 0

Joined: 09 Jun 2024
Posts: 9

PostPosted: Tue Jun 11, 2024 3:00 pm    Post subject: Reply with quote

ParkourPenguin wrote:

`mulps` is "multiply packed singles". A general purpose register like eax can't be used with that.

what register should I use?

this is the new error pls help



dumb2.PNG
 Description:
 Filesize:  37.33 KB
 Viewed:  855 Time(s)

dumb2.PNG


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