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 


Finding base addresses

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

Joined: 11 Aug 2013
Posts: 4

PostPosted: Sun Aug 11, 2013 2:44 pm    Post subject: Finding base addresses Reply with quote

I'm attempting to find the base address for a game and I am left with 4 things in the pointer scan.

"Game.exe"+0193D0F4 80
"Game.exe"+039F6890 80
"Game.exe"+0193D0F4 E4 7C
"Game.exe"+039F6890 E4 7C

I'm extremely new to this and would appreciate if someone could explain what exactly it is that I have found as I don't quite understand why I have two base addresses each with two different offsets.

Any help would be appreciated.

Thanks

Vyrrt
Back to top
View user's profile Send private message
jgoemat
Master Cheater
Reputation: 23

Joined: 25 Sep 2011
Posts: 264

PostPosted: Tue Aug 13, 2013 2:22 pm    Post subject: Re: Finding base addresses Reply with quote

vyrrt wrote:
I'm attempting to find the base address for a game and I am left with 4 things in the pointer scan.

"Game.exe"+0193D0F4 80
"Game.exe"+039F6890 80
"Game.exe"+0193D0F4 E4 7C
"Game.exe"+039F6890 E4 7C

I'm extremely new to this and would appreciate if someone could explain what exactly it is that I have found as I don't quite understand why I have two base addresses each with two different offsets.

Any help would be appreciated.

Thanks

Vyrrt


It looks like those two base addresses ("Game.exe"+0193D0F4 and "Game.exe"+039F6890) point to the same address. That might be a structure like this, where offset E4 is a pointer to offset 04 in the same struct, or E4 could be in another struct and pointing to offset 4 in this struct that is less than E4 bytes in size:

Code:
struct {
  int id;
  int value;
  char unknown[0x78];
  float health; // what you're finding, offset 0x80
  char unknown2[30];
  int *pValue; // offset 0xE4, points to value member of this struct
}
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