用于编辑 .IL 文件的工具?
目前我使用记事本来实现此目的。是否有用于编辑 .NET 中间语言文件的特定工具?
Dotnet IL 编辑器 (DILE) 在编辑文件之前对其进行反汇编,我不需要该功能 - 只需要以最有效的方式进行实际编辑。
Currently I use Notepad for this purpose. Is there any specific tool intended for editing .NET Intermediate Language files?
Dotnet IL Editor (DILE) disassembles files before editing them, I don't need that functionality - only actual editing is needed in the most efficient manner.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现 ReflexIL 非常有帮助。查看我的帖子了解更多信息选项。
I found the ReflexIL very helpful. Check out my post on the same for more options.
尝试使用dnSpy。它是 GitHub 上的一个开源项目,似乎很出名,因为它有超过 2,000 颗星。 (注意:我自己还没有尝试过,但我计划在不久的将来尝试。) https:/ /github.com/0xd4d/dnSpy
Try using dnSpy. It's an open-source project on GitHub and appears to be well-known since it has >2,000 stars. (Note: I haven't tried it myself yet, but am planning to in the very near future.) https://github.com/0xd4d/dnSpy