Is there anyway to monitor API calls on your system in C?
On a function-by-function base, you can use Microsoft Detours. It intercepts API calls by rewriting the function entry points to point to your code.
1.4m articles
1.4m replys
5 comments
57.0k users