即时修改 IL 代码

发布于 2024-10-01 00:06:59 字数 139 浏览 2 评论 0原文

我想动态修改现有类的 .Net IL 代码。这有可能吗?我找到了一些对 .Net Profiling API 的引用,但根据文档,它不支持自修改应用程序。主要目的是替换某些属性的 getter 和 setter。任何提示将不胜感激。

干杯, 阿希姆

I want to modify .Net IL code of an existing class on the fly. Is that possible somehow? I found some references to the .Net Profiling API, but according to the documentation it does not support self modifying applications. The main purpose would be to replace getters and setters of some properties. Any hint would be very appreciated.

cheers,
Achim

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

清风挽心 2024-10-08 00:06:59

我建议您查看 Mono Cecil。不要认为您不能在 Windows .NET 应用程序中使用 Mono 二进制文件。

塞西尔就像类固醇的反思。您不仅可以反映程序集,还可以更改其 IL 并保存结果。

这是一个关于执行此操作的不错的网络广播

I'd suggest you check out Mono Cecil. Don't think you can't use Mono binaries in your windows .NET application.

Cecil is like reflection on steroids. You can not only reflect over an assembly, but alter its IL and save the result.

Here's a decent webcast about doing this.

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