Simple Windows DLL Injector via command line. Creates a thread in the target process that calls LoadLibrary to load the DLL. Can load and unload DLLs.
DLLInjector.exe <PROCESS> <load/unload> <DLL>
- Open DLLInjector.sln with Microsoft Visual Studio
- Compile with Debug x86 or Release x86 mode
- Run DLLInjector.exe with your terminal.