/load-my-clr

Run managed code from unmanaged process!

Primary LanguageC

Load My CLR

Run managed code from unmanaged process!

This repository comtains Proof-of-Concept code to launch managed code from an unmanaged process and is directly inspired from Adam Chester's Blog.

Compilation

First, compile the C# code with:

csc /target:library /out:helloworld.dll helloworld.cs

Remember to update the Path to the resulting executable in customloader.h and compile it with:

cl customloader.c