使用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指令的文档。
使用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指令的文档。
与Cecil类似的项目:
System.Reflection – .NET内置的反射工具
Zonnon – A language and compiler experiment
CCI(Common Compiler Infrastructure) – 没有太多信息。
Java平台有著名的工具ASM,详见其开发者文档。ASM对操作Generic Collection也有很好的实现。