开发者

How can I download correct versions of mscordacwks and mscorwks? [duplicate]

开发者 https://www.devze.com 2023-02-22 03:30 出处:网络
This question already has answers here: WinDbg: Copy of SOS.dll x86 4.0.30319.237 (3 answers) Closed 2 years ago.
This question already has answers here: WinDbg: Copy of SOS.dll x86 4.0.30319.237 (3 answers) Closed 2 years ago.

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开发者_StackOverflow中文版 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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消