Projects tagged ‘cecil’ and ‘msil’


Jump to tag:

Projects tagged ‘cecil’ and ‘msil’

Filtered by Project Tags cecil msil

Refine results Project Tags cil (2) mono (2) c# (2) il (2) dotnet (2) c_sharp (1) analysis (1) programming (1) development (1) multi-platform (1) qa (1) code (1)

[2 total ]

39 Users
   

Gendarme is a extensible rule-based tool to find problems in .NET applications and libraries. Gendarme inspects programs and libraries that contain code in ECMA CIL format (Mono and .NET) and looks ... [More] for common problems with the code, problems that compiler do not typically check or have not historically checked. Gendarme uses the Cecil library to introspect code. [Less]
Created over 3 years ago.

38 Users
   

Cecil is a library written by Jb Evain (http://evain.net/blog/) to generate and inspect programs and libraries in the ECMA CIL format. In simple English, with Cecil, you can load existing managed ... [More] assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly. [Less]
Created over 3 years ago.