是否可以查看卫星程序集的内容?
我认为某个应用程序中的一些卫星程序集是由一家不再存在的公司生产的。 我想确认它们是否是我所想的(命名是正确的,但是......)并看看它们里面有什么。
I have what I think are some satellite assemblies in an application produced by a company that no-longer exists. I'd like to confirm that they are what I think (the naming is correct but...) and see what is inside them.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
.NET Reflector 可能是您的答案。
该公司可能对其程序集进行了混淆,但您只能通过查看反汇编代码。
.NET Reflector might be your answer.
It's possible that the company has obfuscated its assemblies, but you will only find out by looking at the disassembled code.
尝试reflector
Try reflector
JetBrains 的 dotPeek 也可以完成这项工作
dotPeek from JetBrains does also this job