A simple DLL Injector
- Create and compile a DLL to be injected. Put the injection code into the DllMain() entry point.
- Choose whether to alter your debug privileges. Some processes (especially protected games) require these privileges for OpenProcess() to succeed
- Enter the running process name exactly as it appears in Windows (case-sensitive, might improve this later)
- Enter the path to the compiled DLL for injection
- argc, argv support for easier launching from external utilities
- ignore case sensitivity for process names