xoofx / ManagedJit
Prototype of writing a managed JIT in C# with CoreCLR
☆76Updated last year
Alternatives and similar repositories for ManagedJit:
Users that are interested in ManagedJit are comparing it to the libraries listed below
- Disassemble to x86/x64 ASM listing the native code generated by the JIT of a managed method.☆229Updated last year
- x86/x64 JIT assembler for .NET☆109Updated 7 years ago
- Unsafe methods for working with unmanaged memory and pointers.☆66Updated 4 years ago
- MSIL/CIL to Native C++ Compiler☆72Updated 3 years ago
- Allocate managed objects in a object pool, backed by native memory buffer.☆27Updated 8 years ago
- .NET debugging visualiser for runtime-generated IL code (via DynamicMethod, etc) for VS2017 and VS2015☆74Updated 3 years ago
- A Visual Studio extension that provides syntax highlighting for the IL (Intermediate Language) and project templates for C#, F# and Visua…☆119Updated 5 years ago
- C# debugging automation tool☆94Updated 2 years ago
- MSIL Reader☆36Updated 2 years ago
- Mindbg is a simple debugger engine written in .net 4.0 for learning purposes.☆37Updated 8 years ago
- Repository for CLR Hosting and Diagnostic API native code samples.☆132Updated 11 months ago
- Some useful reflection helpers, including an IL disassembler.☆153Updated 5 years ago
- Minimal CLR Implementation (MSIL Interpreter) for .NET Framework. Nanodesu!☆25Updated 9 years ago
- An open source application debugger written in C#.☆46Updated 7 years ago
- Simple JIT compiler hook in C#☆89Updated 10 years ago
- Collect, aggregate, and display live stack traces for ETW events, including CPU sampling, of native and .NET processes.☆53Updated 5 years ago
- A fully managed .NET library for interception of binary functions.☆36Updated 3 years ago
- Disassemble jitted .NET methods☆242Updated 4 years ago
- Reader of Portable PDBs format that implements DiaSymReader interfaces (ISymUnmanagedReader, ISymUnmanagedBinder, etc.).☆86Updated this week
- A command line memory analysis tool for managed code.☆89Updated 3 years ago
- .NET Core and .NET Framework binding for the Capstone Disassembly Framework☆136Updated last year
- Shared Source Common Language Infrastructure 2.0 Release☆36Updated 10 years ago
- Portable Executable (+), Common Language Infrastructure format reader☆46Updated 3 months ago
- Run C# code at compile time.☆38Updated 4 years ago
- ☆155Updated 3 weeks ago
- Converts between Windows PDB and Portable PDB formats.☆65Updated last week
- Compare and Diff assemblies from different sources. Useful for determining what changes are introduced across versions, and if any are br…☆62Updated 2 months ago
- Straightforward nint and nuint native integers, written in IL, probably second best to proper compiler support. Fully functional.☆28Updated 6 years ago
- Low-level utilities and tools for working with the CLR and memory.☆36Updated 4 years ago
- On the fly disassemble C# code based on JitDasm☆127Updated 5 years ago