用于编辑 .IL 文件的工具?

发布于 2024-10-04 23:10:52 字数 120 浏览 4 评论 0原文

目前我使用记事本来实现此目的。是否有用于编辑 .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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

奶气 2024-10-11 23:10:52

我发现 ReflexIL 非常有帮助。查看我的帖子了解更多信息选项。

I found the ReflexIL very helpful. Check out my post on the same for more options.

深巷少女 2024-10-11 23:10:52

尝试使用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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文