Barebones library to launch a process with a DLL injected. Intended use-case is to be invoked from C# P/Invoke.

kaezin d11ff4157c Simple injector that launches a process with a dll injected and returns the launched PID 8 years ago
.gitignore 2fb73f9a4f Ignore *.VC.db 8 years ago
LICENSE 083a8b2371 Initial commit 8 years ago
README.md 083a8b2371 Initial commit 8 years ago
injector.cpp d11ff4157c Simple injector that launches a process with a dll injected and returns the launched PID 8 years ago
injector.h d11ff4157c Simple injector that launches a process with a dll injected and returns the launched PID 8 years ago
injector.sln d11ff4157c Simple injector that launches a process with a dll injected and returns the launched PID 8 years ago
injector.vcxproj d11ff4157c Simple injector that launches a process with a dll injected and returns the launched PID 8 years ago
injector.vcxproj.filters d11ff4157c Simple injector that launches a process with a dll injected and returns the launched PID 8 years ago

README.md

injector