kittonkicker I post too much
Reputation: 1
Joined: 19 Apr 2006 Posts: 2171
|
Posted: Sat Aug 18, 2007 1:25 pm Post subject: |
|
|
When Maple CreateProcess's "GameMon.des" it stores the PID in a static location, so just search for the PID.
Then call OpenProcess to get a handle, and write your stuff from there.
EDIT:
- OR -
Hook CreateProcess in the IAT and dump the PROCESS_INFORMATION pointer information to get the HANDLE.
http://msdn2.microsoft.com/en-us/library/ms684873.aspx
|
|