-
-
Notifications
You must be signed in to change notification settings - Fork 625
Home
jbevain edited this page Sep 14, 2010
·
8 revisions
Welcome to the Cecil wiki!
Cecil is a library written to generate and inspect programs and libraries in the ECMA CIL format. It has full support for generics, and support some debugging symbol format.
In simple English, with Cecil, you can load existing managed assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.
This github projects hosts the new version of Mono.Cecil which is a complete rewrite from the previous version that is widely used, in particular within the Mono project. In due times, it will replace inside Mono the previous version of Cecil.
You can read the FAQ, and if you have any other question, please post it on the mono-cecil mailing-list.