https://github.com/rft0/imjector
DLL Injector developed in C++ with an variety of injection methods.
https://github.com/rft0/imjector
cpp imgui injector loadlibrary manualmap manualmapping winapi
Last synced: 5 months ago
JSON representation
DLL Injector developed in C++ with an variety of injection methods.
- Host: GitHub
- URL: https://github.com/rft0/imjector
- Owner: rft0
- License: mit
- Created: 2023-10-17T13:49:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T13:47:56.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T17:28:18.778Z (almost 2 years ago)
- Topics: cpp, imgui, injector, loadlibrary, manualmap, manualmapping, winapi
- Language: C++
- Homepage:
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/rft0/imjector/releases).
#### Requirements
* MSVC
* Clang (Optional)
* GNU Make (Optional)
#### Process
* Get [ImGui](https://github.com/ocornut/imgui/tree/docking) 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`.