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 


[HELP] Finding process functions with cheat engine

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

Joined: 28 Mar 2015
Posts: 4

PostPosted: Tue Aug 18, 2015 10:25 pm    Post subject: [HELP] Finding process functions with cheat engine Reply with quote

Hello friends,
I wonder how do you find functions and procedures of a process ... in the event of a match ...
example:

function Enviar_BroadCastMessage (message: string);
begin
xxxx
xxxx
xxxx
end;

and sending with

Enviar_BroadCastMessage ('Testing');

I can get the address of the function by OllyDbg researching the word in question and go on call $ address

So do a asm in line at Delphi to call this function with the message I want to ...
example
   asm
     push eax
     lea eax, [message]
     call [$ Address]
     pop eax
   end

But if I look at Cheat Engine it shows me another address of the memory function

in OllyDbg the correct function, so that I can make sending easily, but not all games come unpacked

so I can not read the OllyDbg, but in Cheat Engine believe that has how to find this function and others I would also like to find the function without having a fixed pre-text ...

Thanks in advance!
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 Gamehacking 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