如何从GAC中提取dll并查看dll中的代码?
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我很高兴您设法解决了这个问题,但我建议从 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.