做好在windows系统上调试的工具准备
为了开始调试工作,我想向您提供一个工具列表。
以下工具是“Debugging Tools for Windows”的一部分–您肯定需要这些工具:
· windbg
· cdb
· ntsd
· tlist
· gflags
· adplus
· UMDH
· symcheck
Sysinternals提供了一些我们需要的优秀工具:
· Process Explorer
· Process Monitor
· Regmon
· Filemon
· DbgView
· Handle.exe
· Tcpview
· LiveKD
· AutoRuns
· WinObj
“MPS Reports”(MPSRPT_SETUPPerf.EXE)中包含许多工具,但我在这里专门列出Checksym
· Checksym
“WindowsServer2003ResourceKitTools”是另一个很棒的工具集。
- 上一篇: 仅通过转储来排除内存泄漏
- 下一篇: 使用Java中的InputStream读取文件数据