WinDbg调试推荐材料

Debug Tutorial Part 1: Beginning Debugging Using CDB and NTSD
Learn how to debug problems in software.
Debug Tutorial Part 2: The Stack
Introduction to the most important ally in the fight against bugs, the stack.
Debug Tutorial Part 3: The Heap
Introduction to the heap.
Debug Tutorial Part 4: Writing WINDBG Extensions
This tutorial we will attempt to write a simple debug extension.
Debug Tutorial Part 5: Handle Leaks
Learn how to debug handle leaks in Windows.
Debug Tutorial Part 6: Navigating The Kernel Debugger
Learn the basics of the kernel debugger.
Debug Tutorial Part 7: Locks and Synchronization Objects
Learn the basics of debugging deadlocks and other issues.

你可能感兴趣的:(windows)