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 ?
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 ?