neurosystemeu / Virtual-MachineLinks
Virtual machine written in C #. It allows you to perform / emulate the compiled .net code (IL). The code is executed instruction by instruction. (Virtual machine emulates all instructions from IL) Execute code can be hibernated and then restarted (even on another machine after serialization)
☆14Updated 4 years ago
Alternatives and similar repositories for Virtual-Machine
Users that are interested in Virtual-Machine are comparing it to the libraries listed below
Sorting:
- GoTo dnSpy for Visual Studio 2022☆70Updated 7 months ago
- A hook proof of concept with no native dependencies. Hook both .NET methods (even framework methods) and Native methods entirely in .NET.☆81Updated 7 years ago
- A fully managed .NET library for interception of binary functions.☆37Updated 3 years ago
- Allocate managed objects in a object pool, backed by native memory buffer.☆27Updated 8 years ago
- An open source application debugger written in C#.☆45Updated 7 years ago
- Windows Kernel Driver Development in C# with Windows Driver Kit (WDK)☆80Updated 2 years ago
- Managed, high performance, fully featured memory manipulation library written in C#, providing a very easy to use API.☆83Updated 3 months ago
- Low-level utilities and tools for working with the CLR and memory.☆37Updated 4 years ago
- .Net Core Virtual Machine - executing .Net Core library (dll) in C#☆29Updated 3 years ago
- Low-level utilities and tools for working with the CLR and memory.☆12Updated 4 years ago
- A sample project for writing and executing assembly in C#.