Hooking any API function call

contains all delphi packages mentioned below
Post Reply
mrm
Posts: 3
Joined: Sun Jan 01, 2006 12:15 pm

Hooking any API function call

Post by mrm »

hi,

I want to know if it is possible using mad collection to monitor any API function call that...

1- a certain process calls

2- any process in windows calls (i.e. to monitor all the API calls that take place in windows)

and to get information on which API function is called with what parameters and in case 2 which process has called it.

Thank you.
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

madCodeHook demands that you know which APIs to hook and that you know the number of the parameters and the calling convention. So I think that's a "no" to your question.
Post Reply