ReSharper 反编译器 - 我可以将其用于独立程序集吗?

发布于 2024-12-27 10:14:04 字数 296 浏览 3 评论 0原文

我有 ReSharper 6.1,可以使用 导航至 > Decompiled Sources 命令用于反编译我没有源代码的 .NET 程序集。当我想查看我在代码中引用的程序集内部时,这非常有用。

有没有一种方法(如 Reflector 和 ILSpy)可以简单地为 ReSharper 提供一个独立的程序集文件并反编译它?我想从服务器获取部署的 DLL 并查看反编译的代码,以便我可以验证它是否是我认为的版本。

(我完全意识到我问这个问题意味着我们的版本控制过程还有很多不足之处,但这是一个不同的话题!)

I have ReSharper 6.1 and can use the Navigate To > Decompiled Sources command to decompile .NET assemblies for which I do not have source code. This is excellent when I want to take a peek inside an assembly which I have referenced in my code.

Is there a way (as in Reflector and ILSpy) to simply give ReSharper a standalone assembly file and decompile it? I want to take a deployed DLL from a server and view the decompiled code so I can verify it is the version I think it is.

(I am fully aware that the fact I am asking this means our versioning process leaves a lot to be desired, but that's a different topic!)

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

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

发布评论

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

评论(2

假扮的天使 2025-01-03 10:14:04

您可以使用独立工具 dotPeek 来完成此任务。它使用与 ReSharper 相同的技术。

You can use the standalone tool dotPeek for this task. It uses the same technology as ReSharper.

我是男神闪亮亮 2025-01-03 10:14:04

使用dotPeek,它是一个基于ReSharper反编译引擎的独立应用程序(或者反之亦然,只要你喜欢)

Use dotPeek which is a standalone application based on ReSharper decompiling engine (or the other way around, as you like)

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