API Hook OpenProcess

vitoto

New member
Joined
Jan 3, 2006
Messages
2
Expert greetings, somebody could give to suggestions for coding my problem me ?

I need a GlobalHook to the API :

Openprocess Which within its parameters uses a PID, the this delivery the use of some of these APIs :

pid = FindWindow -> parameters
pid = GetHProcExe -> parameters
pid = GetWindowProcessID -> parameters

OpenProcess(reqdAccess, bInherit , pid )

When the application is cheat program, the will use in the PID the value of the PID my Game in memory.

From my application .Net I obtain the PID of the Game after launching it.

Is possible to interact with the GlobalHook to pass to him the PID to leak at the time of spying on all the programs that use the API Openprocess ?


Thank you.

Any ideas for make this code ?
 
Its quite hard to tell what exactly your trying todo (Im guessing english isnt your primary language), but it sounds like your trying to create some kind of hack for a game. If this is the case I dont think youll get any help from these forums.
 
Back
Top