|
-
May 14th, 2005, 12:34 AM
#1
Thread Starter
Lively Member
Spying on API calls made by a program
Is there a way to check what API calls a program is making?
Thanks in advance
-
May 14th, 2005, 02:08 AM
#2
Re: Spying on API calls made by a program
If you have a certain few functions in mind, then yes;
You can use detours to inject a DLL into the program and re-direct the functions; then when the calls are made, document it and return the result of the actual function.
If you want to see every system call that the program makes, I'm not sure it can be done.
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
-
May 14th, 2005, 09:49 PM
#3
Hyperactive Member
Re: Spying on API calls made by a program
XfoxX,
It is possible to spy on all API calls an application makes. Search Import address tabble hooking.
packetvb
-
Jan 12th, 2006, 10:17 AM
#4
Junior Member
Re: Spying on API calls made by a program
Hi guys, i try making program for look programs using API OpenProcess or WriteProcessMemory, but when the APIs working into Game PID.
Is posible monitor ?
Some sample code ?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|