Projects tagged ‘c#’ and ‘cecil’


Jump to tag:

Projects tagged ‘c#’ and ‘cecil’

Filtered by Project Tags c# cecil

Refine results Project Tags dotnet (8) mono (6) cil (4) il (4) msil (2) compiler (2) aop (2) aspect (2) gendarme (2) programming (2) weaver (2) decompiler (1)

[8 total ]

34USERS
   

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 assemblies, browse all the contained types, modify them on the fly and save back to the disk the modified assembly.

22USERS
   

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 for common problems with the code, problems that ... [More] compiler do not typically check or have not historically checked. Gendarme uses the Cecil library to introspect code. [Less]

3USERS

Milo is a framework to help you build a compiler targeting the .net/Mono platform.

3USERS
 

The linker is a tool one can use to only ship the minimal possible set of functions that a set of programs might require to run as opposed to the full libraries.

3USERS
 

Compose* (or: ComposeStar) is a project that aims at enhancing the power of component- and object-based programming, so that software becomes easier to structure and modularize, hence easier to develop, maintain and extend. In particular, Compose* ... [More] offers aspect-oriented programming (http://aosd.net) through the composition filters model (http://trese.cs.utwente.nl/oldhtml/composition_filters/). [Less]

2USERS

A flow analysis engine based on Mono.Cecil

1USERS

AspectDNG is a static .NET aspect weaver.