Back to directory
reveny avatar

Android-GUI-Injector

GUI App for Injecting shared libraries on Android. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/reveny/Android-GUI-Injector.git

445

Stars

125

Forks

12

Watchers

GPL-3.0

License

Android-GUI-Injector-V2

GUI App for Injecting shared libraries or dex on Android

Stars Release Download Channel CI

Features

  • Android 5 - 14
  • Support arm and arm64 emulation
  • Inject on x86 & x86_64
  • Hide Injection with remap hide
  • Auto launch game
  • Support (almost) every emulator
  • Support Magisk
  • Bypass linker restrictions
  • Bypass some common detections
  • Select target library through file picker
  • Easy to use UI
  • Inject through zygote
  • Spoof app package name (to be added)
  • Support injecting dex (to be added)

Build and Installation

Android Studio is required: https://developer.android.com/studio

Contribution

If you want to contribute, feel free to open a pull request. Translations of the app are welcome. See values/strings.xml

Credits

Android-Ptrace-Injector by me: https://github.com/reveny/Android-Ptrace-Injector
arminject by evilsocket: https://github.com/evilsocket/arminject
ZygiskIl2cppDumper by Perfare: https://github.com/Perfare/Zygisk-Il2CppDumper
Magisk by topjohnwu: https://github.com/topjohnwu/Magisk
libsu by topjohnwu: https://github.com/topjohnwu/libsu
xdl by hexhacking: https://github.com/hexhacking/xDL
TInjector by Mrack: https://github.com/Mrack/TInjector

Contact

For any questions, collaboration requests, or updates, feel free to reach out via:

Screenshots

preview

Releases

Oct 20, 2024

Injector v3.5.0

Download .zip

Changelog:

Bug fixes Set foundation to Inject through Zygote

Note: Please note that this release is using a different sign key than the last release. If you encounter issues during install, please u...

May 22, 2024

Injector V3.0.0

Download .zip

New UI Added Several Bug fixes Can now inject on emulators through a proxy library. New features Easier library selection

Full Changelog: v2.1.0...v3.0.0

Nov 9, 2023

Injector V2.1.0

Download .zip

Added Native Log to UI Tab Code Improvements

Oct 22, 2023

Injector V2

Download .zip

Fixed issues with x86 and x86_64 injection Added arm emulation New UI Overall improvements

May 1, 2023

Injector 1.0.3

Download .zip

Added Option to select a function name that will be called after the injection finished.