FrankRizzo
06-18-2008, 11:55 PM
I'm messing around with the DebugAPI, and would like to be able to find where in a "slave" program it calls various windows APIs.
I understand that I can do a GetProcAddress function to find the addresses of the functions that I want to find, but how do I locate them within the slave?
At first I thought it might be through parsing the IAT, but that would just tell me that they DO in fact call them.
Is there a way other than to brute force search the whole image for references?
I understand that I can do a GetProcAddress function to find the addresses of the functions that I want to find, but how do I locate them within the slave?
At first I thought it might be through parsing the IAT, but that would just tell me that they DO in fact call them.
Is there a way other than to brute force search the whole image for references?



, namely:
This in turn brings with it problems with exceptions and similar to solve though...
?
WORD, reserved1