debuginfo.com

examples

Example: Custom filters for unhandled exceptions / 11.10.2005

Here are the accompanying examples for Debugging custom filters for unhandled exceptions article.

Example: Debugging API examples / 16.05.2005

These examples demonstrate how to implement a debugger with the help of Win32 Debugging API functions (DebugActiveProcess, WaitForDebugEvent, etc.). They show how to start debugging, process debug events, load symbols, walk and display call stacks, and so on.

Example: HandleDump / 16.03.2005

This example demonstrates a bit curious but fully documented way to obtain the list of handles opened by a process. Of course, using DbgHelp library.

Example: Minidump examples / 10.02.2005

Here are the accompanying examples for Effective Minidumps article. They show how to use MiniDumpWriteDump, MiniDumpCallback and MiniDumpReadDumpStream functions in various circumstances.

Example: DebugDir / 23.11.2004

This is an accompanying example for Matching debug information article. It shows how to locate debug information in a PE executable and analyze its contents. Starting with the data directory in the executable's optional header, it proceeds to the debug directory and obtains the list of all kinds of debug information available in the executable. Then it displays detailed information about every debug directory entry and the corresponding data.

Example: DbgHelp examples / 13.09.2004

Complete examples of using modern DbgHelp functions.


contact

Have comments, suggestions, or corrections? Feel free to contact us.

Need help with debugging? Consider our debugging services.




MVP Logo


Google
© Oleg Starodumov, 2004 - 2007