Locked Debugging API Hook for Instrumentation

  • Thursday, May 17, 2012 12:15 AM
     
     

    Hello,

    I plan to build instrumentation using debugger API,  over an application for which i have pdbs. The application is build in c++ &  c# dlls.  When ever a function is called in the application or it's dll, i want to write it to a text log file.   There are several functions which i want to track.

    Is this possible to use debuggin APIs to hook up to the application and track execution of these functions using some kind of event handling.

    Appreciate any samples.

All Replies