Monthly Archives: November 2010

Automatic debugging and API monitoring

The debugger allows you to set a break point with commands which is executed on the break point. For example, the following debugging commands shows the stack trace whenever CreateFileW API is called and write them into the log file. … Continue reading

Posted in Advanced Debugging | Leave a comment