1. Mono.Cecil

    By:

    Cecil is a library written by Jb Evain 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 modifi... More information

  2. Mono.Reflection

    By:

    Complement for System.Reflection, including an IL disassembler.

  3. SheepAspect

    By:

    SheepAspect is an AOP framework for .Net platform that is heavily inspired by AspectJ. It statically weaves target assemblies as a post-compiler task, while maintaining debugability. - Support for Visual Studio 2012 - Bug fixes Whats new in Preview-3: - DeclareMixin advice - DeclareAttributes advice ... More information

  4. Sigil

    By:

    A fail-fast validation helper for .NET CIL generation.

  5. SlimShader

    By:

    SlimShader is a Direct3D shader bytecode parser for .NET and C++

  6. SlimShader.Compiler

    By:

    SlimShader.Compiler transforms HLSL source code into SlimShader objects ready for use in SlimShader.VirtualMachine

  7. SlimShader.VirtualMachine

    By:

    SlimShader.VirtualMachine is an HLSL virtual machine for .NET