/AndKittyInjector

Inject a shared library into a process using ptrace

Primary LanguageC++MIT LicenseMIT

AndKittyInjector

Shared library injector based on ptrace with help of KittyMemoryEx.

Requires C++11 or above.
Inject from /data for Android

Support:

  • Tested on Android 5.0 ~ 13
  • ABI arm, arm64, x86, x86_64
  • Houdini support for emulators 32 & 64 bit
  • Inject emulated arm64 & arm32
  • Bypass android linker namespace restrictions

How to use:

Make sure to chmod +x or 755

./path/to/AndKittyInjector [process name] [library path]

Credits:

arminject

injectvm-binderjack

TinyInjector