使用任务栏、Process Explorer、AdPlus 等获取转储
这些转储是完整转储吗?稍后可以使用 Windbg 进行分析的最佳转储是什么?
Are those dump the full dump? What's the best dump which can be analyzed later using Windbg?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
任务管理器、进程资源管理器和 AdPlus 都能够创建完整的用户模式转储,其中包含使用 WinDbg 进行调试所需的所有详细信息。
为 64 位 Windows 上运行的 32 位进程创建转储时需要特别注意。请参阅我对此的回答问题以获取更多详细信息。
Task manager, process explorer and AdPlus are all able to create full user mode dumps, which will contain all the details needed for debugging using WinDbg.
Special attention is required when creating dumps for 32 bit processes running on 64 bit Windows. Please see my answer to this question for additional detail.