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 


reading pointer with .dll...

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

Joined: 15 Feb 2015
Posts: 9

PostPosted: Fri Feb 20, 2015 6:37 am    Post subject: reading pointer with .dll... Reply with quote

sup everbody!

i have a pointer which look like this..
GameTransit.dll+6F354

that the code in c#
Code:
  process = Process.GetProcessesByName("GameTransit").FirstOrDefault();
            IntPtr baseAddress = process.MainModule.BaseAddress;

buy it just shows an error.... like this process doesnt really exist...

i tried to do this also:
Code:
 process =Process.GetProcessesByName("GameTransit.dll").FirstOrDefault();


but it still didnt work..

can someone help here? ty Smile
Back to top
View user's profile Send private message
zm0d
Master Cheater
Reputation: 7

Joined: 06 Nov 2013
Posts: 423

PostPosted: Fri Feb 20, 2015 6:52 am    Post subject: Reply with quote

itapi wrote:
GetProcessesByName

Look. This method looks for a processname (check taskmanager for the process name, without the .exe). Within this process object you have to look for the "GameTransit.dll" module and get its base address... then add 0x6F354 and you got it.
Back to top
View user's profile Send private message
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