gauravssnl / Android-DLL-Injector

GUI App for Injecting shared libraries on Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-DLL-Injector

GUI App for Injecting shared libraries on Android

Features

  • Android 5 - 13
  • Auto launch game
  • LDPreload Injection
  • Call Function Name

Build and Installation

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

Note

The library you want to Inject needs to be compiled for the target architecture, otherwise it will not work.
Example:
Arch: x86 (Emulator) -> x86 Library needs to be Injected.
If you don't want to call any function name, leave the field empty

Credits

Android-Ptrace-Injector by me: https://github.com/reveny/Android-Ptrace-Injector
Architecture-Checker by rev: https://github.com/Rev/Architecture-Checker
LibSu by topjohnwu: https://github.com/topjohnwu/libsu

Screenshots

Screenshot

About

GUI App for Injecting shared libraries on Android

License:GNU General Public License v3.0


Languages

Language:C 46.2%Language:Java 36.0%Language:C++ 17.0%Language:Makefile 0.8%