Imjector is a DLL injector developed in C++ with an front end created using ImGui. Program allows users to explicitly choose their preferred injection method from a variety of options.
If you don't want to tackle with building you can download pre-compiled binaries from here.
- MSVC
- Clang (Optional)
- GNU Make (Optional)
- Get ImGui with d3d9 backend and copy them into src/imgui.
- Download GNU Make from choco and LLVM. (Instead you can use cl.exe too)
- Run
make
.