How to trace/log 3rd Party library API calls made by an application through WinDbg [modified]
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I wish to log/trace all 3rd party library API calls made by the application. I have a 3rd party DLL which exports certain methods and classes and header files containing the class declarations and global methods declaration. Is there a way I can include the header file in windbg for tracing/logging purpose. WinDbg has nice logger, but it logs only standard Windows API calls. Please let me know if this is doable. It can greatly help me to understand the flow of the application. Thanks and Regards :) :)
modified on Friday, June 5, 2009 7:30 AM