An open API service indexing awesome lists of open source software.

https://github.com/rdbo/x-inject

GUI Library injector for Windows and Linux
https://github.com/rdbo/x-inject

c code-injection cpp dear-imgui dll-injection gui library-injection linux windows

Last synced: 12 months ago
JSON representation

GUI Library injector for Windows and Linux

Awesome Lists containing this project

README

          

# x-inject
Library injector for Windows and Linux. Powered by rdbo/libmem

# How to use
It is very simple. Select the target process in the right panel and the library you want to inject in the left panel. Then, just click 'Inject'.

# How to compile
On **Linux**, go to the folder `build/linux` and run the command `make`. It will build for x86 (x-inject_32) and for x64 (x-inject_64). If you want to build for a single architecture, just run `make `. Check the requirements.

On **Windows**, you can build through the Visual Studio solution on the folder `build/win`. Run it on Visual Studio and the just normally compile. Check the requirements.

# Showcase

![screenshot-linux](assets/img/xinject_0.png)
![screenshot-windows](assets/img/xinject_1.png)