是否有工具可以将 .NET 程序集反汇编为 Reflection.Emit 代码?
我开始研究使用 Reflection.Emit 动态创建的程序集,我想知道是否有任何工具可以将现有代码反汇编为使用 Reflection.Emit 发出它所需的指令。 ildasm / Reflector 可以为我提供模块的 IL 代码,我可以将它们用作使用 System.Reflection.Emit 类进行编码的“模板”以“复制”它,但我想知道是否有任何工具可以执行此额外操作创建 ref.emit 指令的步骤使我的学习更轻松。
I'm starting to look into dynamically created assemblies using Reflection.Emit, and I'm wondering if there is any tool which can disassembly an existing code into the instructions required to emit it using Reflection.Emit. ildasm / Reflector can give me the IL code for a module and I can use them as a "template" for coding with System.Reflection.Emit classes to "copy" it, but I was wondering if there is any tool which does this extra step of creating the ref.emit instructions to make my learning easier.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
.NET Reflector 有一个插件:Reflection.Emit Language
There is a plugin for the .NET Reflector: Reflection.Emit Language