使用任务栏、Process Explorer、AdPlus 等获取转储

发布于 2024-10-08 08:44:05 字数 45 浏览 2 评论 0原文

这些转储是完整转储吗?稍后可以使用 Windbg 进行分析的最佳转储是什么?

Are those dump the full dump? What's the best dump which can be analyzed later using Windbg?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烟燃烟灭 2024-10-15 08:44:05

任务管理器、进程资源管理器和 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文