Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 753 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 753 Bytes

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.