Skip to content
/ imjector Public

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

License

Notifications You must be signed in to change notification settings

rft0/imjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.