如何从GAC中提取dll并查看dll中的代码?

发布于 2024-11-05 04:55:14 字数 185 浏览 0 评论 0原文

我的 VPC 崩溃了,我丢失了项目的 1 个解决方案,

唯一的最新副本位于我部署的全局程序集缓存 (GAC) 中。

谁能告诉我如何通过cmd提示符从GAC中提取dll?

以及如何打开dll来查看代码?如果没记错的话可以使用一个叫Reflector的软件。

请帮忙。

提前致谢。

My VPC crashed and I lost 1 of my project's solutions,

the only latest copy is in the Global Assembly Cached(GAC) which I deployed.

Can anyone show me how to extract the dll from GAC by cmd prompt?

and how do I open the dll to view the code? if not mistaken can use a software called Reflector.

Please help.

Thank in advanced.

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

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

发布评论

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

评论(1

述情 2024-11-12 04:55:14

我很高兴您设法解决了这个问题,但我建议从 Reflector 内直接从 GAC 加载程序集是最简单的解决方案。您可以通过“文件”>“执行此操作”打开全局程序集缓存。

加载程序集后,您可以继续导出代码。

I'm glad you managed to sort it out but I'd suggest that loading the assembly directly from the GAC from within Reflector is the easiest solution. You can do this via File > Open Global Assembly Cache.

Once you've loaded the assembly you can go ahead and export the code.

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