如何下载正确版本的 mscordacwks 和 mscorwks?

发布于 2024-10-31 03:00:07 字数 167 浏览 6 评论 0原文

我正在尝试使用 Windbg 和 SOS 分析 IIS 内存转储,并遇到了上述文件版本的问题。我的问题是 - 有没有办法下载这些文件的不同版本?假设我无权访问服务器并且无法从服务器复制它们。我特别感兴趣的版本是 mscordacwks_x86_x86_2.0.50727.3603 和相应的 mscorwks dll。

I am trying to analyze an IIS memory dump usinf Windbg and SOS and ran into an issue with version of files mentioned above. My question is - is there a way I can download the different versions of these files? Assume that I have no access to the server and cannot copy them from the server. The versions I am specifically interested in is
mscordacwks_x86_x86_2.0.50727.3603 and the corresponding mscorwks dll.

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

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

发布评论

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

评论(1

司马昭之心 2024-11-07 03:00:07

对我来说,以下命令在 WinDbg 中下载正确版本的 mscordacwks:

.symfix c:\symbols
.cordll -ve -u -l

使用 WinDbg 6.2.9200.16384 和 .NET 4.0.30319.296 / 4.0.30319.18034 的转储。不幸的是,我没有可用的 .NET 2 转储,其 .NET 版本与我的计算机上不同。

对于那些有权访问转储来源的 PC 的用户,您可以尝试 Mscordcwks 收集器

For me, the following downloads the correct version of mscordacwks in WinDbg:

.symfix c:\symbols
.cordll -ve -u -l

Using WinDbg 6.2.9200.16384 and a dump with .NET 4.0.30319.296 / 4.0.30319.18034. Unfortunately I don't have a .NET 2 dump available with different .NET version than on my machine.

For those who have access to the PC where the dump comes from, you can try Mscordcwks collector.

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