Projects tagged ‘cecil’ and ‘mono’


Jump to tag:

Projects tagged ‘cecil’ and ‘mono’

Filtered by Project Tags cecil mono

Refine results Project Tags dotnet (7) c# (6) cil (5) .net (3) il (3) boo (2) csharp (2) gendarme (2) msil (2) compiler (2) framework (1) analysis (1)

[10 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.

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 3 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

Gendrame Addin for MonoDevelop
Created over 3 years ago.

1 Users

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

1 Users

Inspired by Google Testability Explorer(by Miško Hevery), Joe and I(Sun Liwen) initialized this project(NTE, dotnet-testability-explorer) to implement the same idea on .NET platform. Most of the ... [More] analysis work to the .NET assembly based on Mono.Cecil(by Jb Evain). And the cost model is based on the original design in GTE. Thanks all the people for contributing to GTE and Mono.Cecil. Joe will help me to review the migration work and have discussion with me on the release scope. I now still working on hard on the project. Welcome to visit my blog(http://thinklouder.cn) for more information about NTE(dotnet-testability-explorer) and testability. Thanks for your reading! [Less]
Created about 1 year ago.

0 Users

Brainfucker is a command line brainfuck interpreter and compiler written in C#. You can compile brainfuck code into the Common Intermediate Language (CIL) suitable for deployment on any ... [More] generics-capable CLI runtime (.NET, Mono, etc). Read more about brainfucker Download brainfucker [Less]
Created about 1 year ago.

0 Users

ImmDoc .NET is a command-line utility for generating HTML documentation from a set of .NET assemblies and XML files created by the compiler. It's developed in C#.
Created 5 months ago.

0 Users

clsn is a tool one can use to remove the strong names of a set of assemblies, and update the references between them.
Created about 1 year ago.