I want to check which windows api is being called by a running program. For example, if the process calls timeGetTime()
, endprocess()
or some other API I want to know this information and ideally displayed or stored in real time.
It would also suffice if I could choose which API I want to know is being used. I know this could be done with techniques like API hooking but I am looking for an existing program that can do this. Does there exist something like this? Any help would be appreciated.
check out Very Sleepy http://www.codersnotes.com/sleepy it does this kind of check