Search for bytecode returned 7 packages
Displaying results 1 - 7.
-
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
-
Mono.Reflection
By:
Complement for System.Reflection, including an IL disassembler.
-
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
-
-
SlimShader
By:
SlimShader is a Direct3D shader bytecode parser for .NET and C++
-
SlimShader.Compiler
By:
SlimShader.Compiler transforms HLSL source code into SlimShader objects ready for use in SlimShader.VirtualMachine
-
SlimShader.VirtualMachine
By:
SlimShader.VirtualMachine is an HLSL virtual machine for .NET