msvcrtd.dll 在哪里?

发布于 2024-11-28 16:33:08 字数 242 浏览 1 评论 0原文

在哪里可以找到 msvcrtd.dll调试 CRT),对应于 \WinDDK\7600.16385.1\lib\Crt\i386\msvcrtd.libWindows 驱动程序中的代码>套件?

Where can I find msvcrtd.dll (the debug CRT), corresponding to \WinDDK\7600.16385.1\lib\Crt\i386\msvcrtd.lib in the Windows Driver Kit?

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

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

发布评论

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

评论(2

铃予 2024-12-05 16:33:08

在我的系统上有相同的 DDK,我找不到该文件,但是,您可以使用一些工具或以编程方式完成此操作:

如果您使用加载该 dll 的程序,您可以使用 Windbg 显示模块信息(应包含路径),否则您可以使用 psapi 函数


经过一番探索后,这篇文章似乎没有虽然公共 msvcrtd.dll 不再与 WDK 一起使用,但它确实提供了一些有关使用替代方案的建议。 MSDN 还支持不再有调试 CRT 的事实,因为只有 调试方法涉及调试 API 和/或 WinDBG。但是我怀疑该 dll 可能可以从 获得检查 Windows 版本

Having the same DDK on my system, I cannot find the file , however, you can do it with some tools or programatically:

if you are using a program thats loading that dll, you can use windbg to display the module info (which should include the path), else you can use one of the psapi functions.


After some poking around, it would seem from this article that there is no longer a public msvcrtd.dll to use with the WDK, it does however give some advice on using alternatives. MSDN also supports the fact that there is no longer a debug CRT, as there only methods for debugging involve the debug API and/or WinDBG. However I suspect that the dll might be available from a checked build of windows.

凉栀 2024-12-05 16:33:08

看起来像它没有分发。

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