A lightweight, zero-dependency UWP DLL Injector for Windows.
Because this tool writes memory and spawns threads in another process (process injection), antivirus software might flag it as a virus. This is a false positive—feel free to inspect the source code and compile it yourself.
- CMake 3.20+
- MSVC compiler (Visual Studio 2019/2022) or MinGW
- Open terminal in the directory.
- Run:
cmake -B build cmake --build build --config Release
- The compiled executable
DLLInjector.exewill be located inbuild/src/Release/.