DmitryGaravsky / ILReader
MSIL Reader
☆36Updated 2 years ago
Alternatives and similar repositories for ILReader:
Users that are interested in ILReader are comparing it to the libraries listed below
- On the fly disassemble C# code based on JitDasm☆126Updated 5 years ago
- A set of tools to work with CIL in .NET applications☆26Updated 5 months ago
- Example of compiling and running C# code without visibility checks.☆49Updated 6 years ago
- A fully managed .NET library for interception of binary functions.☆36Updated 3 years ago
- A .NET library that can read and write .reg files☆10Updated 2 years ago
- A .NET library for using reflection emit in a fluent way.☆29Updated 4 months ago
- Compare and Diff assemblies from different sources. Useful for determining what changes are introduced across versions, and if any are br…☆62Updated 2 weeks ago
- A source generator for embedding resource files directly into your assembly. Access them as a `ReadOnlySpan<byte>`, with no allocations o…☆24Updated 2 years ago
- Merges the referenced types of local dependencies as private types into the target assembly, and removes the references to the local depe…☆37Updated 4 months ago
- String cache to merge duplicate strings; capped with 2 generation LRU eviction and further evictions on Gen2 GC collections.☆69Updated 2 years ago
- Like compiler explorer, but for .NET JIT.☆30Updated 4 years ago
- Low-level utilities and tools for working with the CLR and memory.☆36Updated 2 weeks ago
- Managed wrappers for Windows APIs☆53Updated 5 months ago
- Runtime redirection of method calls for .NET Core.☆43Updated 5 years ago
- Fast Accessors for .Net☆33Updated 2 years ago
- Antlr4Ast is a .NET library that provides a parser and abstract syntax tree (AST) for ANTLR4/g4 files.☆54Updated 11 months ago
- An allocation free Task-like object for async methods☆39Updated 8 months ago
- A port of the dotnet/runtime RyuJIT compiler to C#☆47Updated 9 months ago
- Explorer of CultureInfo instances in .NET☆31Updated 4 years ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc) for VS2017 and VS2015☆74Updated 3 years ago
- Efficient compiler of .NET expression trees☆22Updated 3 months ago
- Prototype NET (CLR) Profiler written in C#☆25Updated last year
- Utilizes System.Reflection.Metadata to read type information very fast and without locking assembly files.☆32Updated 4 years ago
- A .NET 5 source generator proof of concept that allows executing a method during compilation, so that it can be really fast during runtim…☆20Updated 4 years ago
- Low-level Zip Library, allowing advanced tweaks (injecting/removing blocks, crafting special archives)☆35Updated 4 months ago
- Low-level utilities and tools for working with the CLR and memory.☆12Updated 4 years ago
- Prototype of writing a managed JIT in C# with CoreCLR☆76Updated 11 months ago
- Compose partially implementation both .NET language and IL assembler into a single assembly.☆17Updated last year
- Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !Obj…☆20Updated last year
- Provides methodof, propertyof and fieldof equivalents of typeof .☆65Updated last month