Home

Awesome

Native/.NET code injection

Injection of managed code into non-managed Windows applications.

Injects a native bootstrap DLL into the target process by calling LoadLibrary as a remote thread and then calls the initialization method of the .NET runtime (hosting API). After that, a .NET assembly is loaded into the default application domain and executed.

Projects

Test Projects