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 


Pointer Dereference

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Game Hacking Dojo
Master Cheater
Reputation: 1

Joined: 17 Sep 2023
Posts: 250

PostPosted: Tue Sep 10, 2024 2:56 pm    Post subject: Pointer Dereference Reply with quote

Could you tell me how I can dereference a pointer in one line using one call?

The address is a symbol

Code:
local primary = readQword("[base_address]") -- + 0xF8 + 20 + 0x1F6


-- What I did
Code:
local primary = readByte(readQword(readQword(readQword(readQword("base_address")) + 0xF8) + 0x20) + 0x1F6)
Back to top
View user's profile Send private message Visit poster's website
ParkourPenguin
I post too much
Reputation: 152

Joined: 06 Jul 2014
Posts: 4706

PostPosted: Tue Sep 10, 2024 4:18 pm    Post subject: Reply with quote

Code:
local primary = readByte'[[[[base_address]]+F8]+20]+1F6'

If that doesn't work, maybe you should dereference base_address once instead of twice

_________________
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
Game Hacking Dojo
Master Cheater
Reputation: 1

Joined: 17 Sep 2023
Posts: 250

PostPosted: Tue Sep 10, 2024 4:28 pm    Post subject: Reply with quote

That works! and of course neater. Thank you
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting 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