Skip to content

whokilleddb/load-my-clr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Run managed code from unmanaged process!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published