cil
There are 112 repositories under cil topic.
pardeike/Harmony
A library for patching, replacing and decorating .NET and Mono methods during runtime
jbevain/cecil
Cecil is a library to inspect, modify and create .NET programs and libraries.
m4rs-mt/ILGPU
ILGPU JIT Compiler for high-performance .Net GPU programs
Washi1337/AsmResolver
A library for creating, reading and editing PE files and .NET modules.
MonoMod/MonoMod
C# modding swiss army knife, powered by cecil.
kekyo/IL2C
IL2C - A translator for ECMA-335 CIL/MSIL to C language.
Washi1337/Echo
Generic static analysis framework.
Puresharper/NConcern
NConcern .NET AOP Framework
Washi1337/AwaitFuscator
Transforms a .NET binary into a chain of meaningless-looking await expressions.
Xpl0itR/protodec
A tool to decompile protoc compiled protobuf classes back into .proto definitions.
vchirikov/GoToDnSpy
GoTo dnSpy for Visual Studio 2022
ghorsington/Mono.Cecil.Inject
An extension to Mono.Cecil that provides helper methods for simple method injection.
yangdanny97/chocopy-python-compiler
Ahead-of-time compiler for Chocopy, a statically typed subset of Python 3, built in Python 3, targeting CIL/CLR, JVM, LLVM IR, and WASM.
pjbgf/dotnet-ildasm
Light-weight cross platform IL disassembler tool built in C#.
rspeele/LicenseToCIL
Semi-safely generate CIL in F#
sergeyt/fint
.NET CIL interpreter written in simple subset of F#
bert2/microscope
:microscope: CodeLens extension for Visual Studio that lets you inspect the intermediate language instructions of methods and properties.
m-carrasco/net-ssa
net-ssa: A fast and easy-to-use register-based representation for .NET bytecode.
Puresharper/CNeptune
CNeptune improve productivity & efficiency by urbanize .net module with meta-code to lay foundation for frameworks
IemProg/CoFiMA
🔥 🔥 [ECCV 2024 Oral ] Official code for "Weighted Ensemble Models Are Strong Continual Learners"
edgardozoppi/analysis-net
Static analysis framework for .NET programs.
MSDN-WhiteKnight/CilTools
A set of tools to work with CIL in .NET applications
akalenuk/milasm
Readable macroassembler for CLR IL
SartoxSoftware/NativeCIL
x86 CIL compiler made in C#.
kekyo/ILCompose
Compose partially implementation both .NET language and IL assembler into a single assembly.
GrapeCity/pagefx
Compiler from .NET CIL to Flash byte code used in ActiveReports
SeeminglyScience/ILAssembler
ILAsm-like DSL for PowerShell
vzarytovskii/interactive-ilkernel
IL Kernel for .NET Interactive
Leowbattle/microclr
An interpreter for a subset of dotnet IL implemented in C#
videre-project/MTGOSDK
A software development kit (SDK) for inspecting and interacting with the Magic: The Gathering Online (MTGO) client.
google/selinux-policy-languages
VSCode extension providing syntax highlighting for the SELinux kernel policy language and Common Intermediate Language.
SharpILMixins/SharpILMixins
SharpILMixins is a trait/mixin and IL weaving framework for C# using dnLib
Yttrmin/CSharpTo2600
A compiler and framework for creating Atari 2600 games using C#.
kekyo/ILAsm.Managed
ILAsm.Managed - Portable managed Mono CIL assembler.
FaberSanZ/Lox.NET
A Roslyn inspired for the book "Crafting Interpreters"
liulilittle/SimpleClr
一个很简单的示意基于栈式过程虚拟机的实现,它运行即时编译的目标平台【x86】的原生代码