Tag: Mono.Cecil

使用Mono.Cecil读写.NET程序集

Posted by – 2008/12/10

使用Reflexil修改.NET程序集
http://www.codeproject.com/KB/msil/reflexil.aspx

基于Cecil的项目合集
http://groups.google.com/group/mono-cecil/web/projects-using-cecil

DimeCast上一个视频演示通过Cecil向程序集中注入代码MSDN关于IL指令的文档

与Mono.Cecil类似的项目

Posted by – 2008/12/08

与Cecil类似的项目:

System.Reflection – .NET内置的反射工具

Zonnon – A language and compiler experiment

CCI(Common Compiler Infrastructure) – 没有太多信息。

Java平台有著名的工具ASM,详见其开发者文档。ASM对操作Generic Collection也有很好的实现。