Executing Native Code in .NET Without External DLLs
This example demonstrates how to execute native x86 machine code directly from .NET and, conversely, how to call a managed .NET method from that native code — all without loading any external libraries.
How it works
The core idea is to allocate a chu...
blog.antonr.net3 min read