rft0 / imjector

DLL Injector developed in C++ with an variety of injection methods.

Repository from Github https://github.comrft0/imjectorRepository from Github https://github.comrft0/imjector

Imjector

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.

Building

If you don't want to tackle with building you can download pre-compiled binaries from here.

Requirements

  • MSVC
  • Clang (Optional)
  • GNU Make (Optional)

Process

  • 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.

About

DLL Injector developed in C++ with an variety of injection methods.

License:MIT License


Languages

Language:C++ 98.8%Language:Makefile 1.2%