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.
2.1m questions
2.1m answers
60 comments
57.0k users