HuskyDG / Android-Ptrace-Injector

Android Ptrace Injector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Ptrace-Injector

Features

  • Android 5 - 14
  • Support Arm Emulation
  • Support Emulators x86 and x86_64
  • Hide Injection with remap hide

Build and Installation

Build:

git clone https://github.com/reveny/Android-Ptrace-Injector.git
cd Android-Ptrace-Injector
ndk-build (Add ndk-build to your env variables)
adb push Injector /data/local/tmp

Usage:

su
cd /data/local/tmp
chmod +x Injector
./Injector -h

Usage: Injector [options]
Options:
-p, --pkg <package>         Set the package name
-l, --library <library>     Set the library path
-a, --auto_launch           Enable auto launch
--launcher <launcher>       Set the launcher (required with --auto_launch)
-r, --remap                 Enable remap
-h, --help                  Show this help message

About

Android Ptrace Injector

License:GNU General Public License v3.0


Languages

Language:C++ 96.6%Language:Makefile 1.9%Language:C 1.6%