ILDasm Visual Studio 2010
有没有一种方便的方法或工具可以在 Visual Studio 2010 中为我执行以下操作。
启动 ILDasm 从 ILDasm 中的 Visual Studio 中加载当前程序集。
与我启动 Visual Studio 命令提示符相反 点燃伊尔达斯姆 导航到我想要查看的程序集的 bin 文件夹。
如果没有可用的工具来执行此操作,是否有任何工具可以提供帮助?
干杯
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为您可以使用“工具”>“外部工具”来完成此操作。设置 ILDasm 必要的参数。
可以找到一个简短的教程 此处。
I think you can do this using Tools>External Tools. Setup the necessary parameters for ILDasm.
A brief tutorial may be found here.
Reflector 可以插入 Visual Studio。它还支持多种语言,而不仅仅是 IL。
更新:Resharper 6 还支持内置反编译器。
Reflector can be plugged into Visual Studio. Also it supports multiple languages, not only IL.
Update: Resharper 6 also supports built in decompiler.
您可以获取 TestDriven.Net 的副本,它将提供用于打开 Reflector 的对话框。
如果您确实需要上下文菜单中的 ILDasm(是的,这也有充分的理由),我想您需要自己编写它。
You can get a copy of TestDriven.Net which will provide that sort of dialog for opening up Reflector.
If you really need ILDasm (and yes, there are good reasons for that too) from the context menu I guess you'll need to write that yourself.