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 get value from base address?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
xrtwo
Newbie cheater
Reputation: 0

Joined: 24 Dec 2013
Posts: 14

PostPosted: Thu Jan 16, 2014 8:21 pm    Post subject: How to get value from base address? Reply with quote

How I can sum the first base address to get it's value?

Code:
"Adobe AIR.dll"+00E370E8 -> 02BA9080


How it's possible to get sum from string and hex?

I just want to get value under
Quote:
"Adobe AIR.dll"+00E370E8


What is the base address in this case? I need it to start adding offsets but no idea how to get 02BA9080 ...
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Fri Jan 17, 2014 2:30 pm    Post subject: Reply with quote

You can iterate a processes modules using:
- CreateToolhelp32Snapshot
- Module32First
- Module32Next

Or the PSAPI version:
- EnumProcessModules

With that you can locate the base address of the module in question, for you, 'Adobe Air.dll'. Then add the base address to the offset you have.

_________________
- Retired.
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 -> General programming 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