Login Required. Sign up now -- its free!

Projects tagged ‘cecil’ and ‘dotnet’


Jump to tag:

Projects tagged ‘cecil’ and ‘dotnet’

Filtered by Project Tags cecil dotnet

Refine results Project Tags c# (8) mono (7) il (5) cil (5) compiler (3) aop (2) weaver (2) programming (2) aspect (2) gendarme (2) code (2) msil (2)

[11 total ]

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.

38 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.

8 Users
 

Reflexil is an assembly editor and runs as a plug-in for Lutz Roeder's Reflector, a great tool for .NET developers. Reflexil is using Mono.Cecil, written by Jb Evain, which is a strategic library for ... [More] the Mono project. Reflexil is able to manipulate IL code and save the modified assemblies to disk. Reflexil also supports 'on the fly' c# code injection. [Less]
Created over 2 years ago.

3 Users
 

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.
Created over 2 years ago.

3 Users

Milo is a framework to help you build a compiler targeting the .net/Mono platform.
Created over 3 years ago.

2 Users
 

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 ... [More] develop, maintain and extend. In particular, Compose* offers aspect-oriented programming (http://aosd.net) through the composition filters model (http://trese.cs.utwente.nl/oldhtml/composition_filters/). [Less]
Created over 3 years ago.

2 Users

Gendrame Addin for MonoDevelop
Created over 2 years ago.

2 Users

A flow analysis engine based on Mono.Cecil
Created over 2 years ago.

1 Users

AspectDNG is a static .NET aspect weaver.
Created over 3 years ago.

0 Users

Sample implementation of online code optimization, that will make appropriate methods tail recursive. The implementation will insert the tail-opcode if the sequence "call" "ret" is found in the given method.
Created 5 months ago.