mjrousos / SampleCoreCLRHostLinks
Sample demonstration host for CoreCLR/.NET Core
☆20Updated 7 years ago
Alternatives and similar repositories for SampleCoreCLRHost
Users that are interested in SampleCoreCLRHost are comparing it to the libraries listed below
Sorting:
- Prototype of writing a managed JIT in C# with CoreCLR☆77Updated last year
- 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☆110Updated 7 years ago
- Minimal CLR Implementation (MSIL Interpreter) for .NET Framework. Nanodesu!☆26Updated 10 years ago
- Unsafe methods for working with unmanaged memory and pointers.☆67Updated 4 years ago
- il2cpp transpiler and runtime compatible with .Net Core☆91Updated 5 years ago
- Compiling C#/MSIL to Native Code using LLVM☆38Updated 4 years ago
- A C++11 library used to create a managed program (CIL) and dump to either .IL, .EXE, or .DLL format☆59Updated last year
- Minimal example for direct P/Invoke calls with static linking☆29Updated 2 years ago
- MSIL/CIL to Native C++ Compiler☆74Updated 4 years ago
- A fully managed .NET library for interception of binary functions.☆37Updated 3 years ago
- Example project for embedding and interfacing with a .NET 6 runtime with C++ using https://github.com/KevinGliewe/dotnet_runtime☆16Updated 4 years ago
- A collection of low (or zero) allocation algorithms for .NET☆31Updated 7 years ago
- 🧩 Customizable VisualStudio .sln parser with project support (.vcxproj, .csproj., …). Pluggable lightweight r/w handlers at runtime, and…☆147Updated last year
- Some useful reflection helpers, including an IL disassembler.☆154Updated 6 years ago
- Inline Assembly Demonstration in C# using Fasm.NET and Process.NET☆19Updated 7 years ago
- An extensible library providing C# PInvoke codegen from C/C++ files for .NET☆137Updated 8 months ago
- Immediate Mode GUI for C#☆203Updated 3 years ago
- CS2ASM is an application that compiles IL(C#) code to asm CS2ASM is not IL2CPU☆39Updated 3 years ago
- Allocate managed objects in a object pool, backed by native memory buffer.☆27Updated 8 years ago
- LibObjectFile is a .NET library to read, manipulate and write linker and executable object files (e.g ELF, PE, DWARF, ar...)☆169Updated 4 months ago
- Portable Executable (+), Common Language Infrastructure format reader☆46Updated 2 months ago
- A set of tools to work with CIL in .NET applications