https://github.com/reveny/Android-Ptrace-Injector
Android Ptrace Injector
https://github.com/reveny/Android-Ptrace-Injector
android ptrace-injection
Last synced: over 1 year ago
JSON representation
Android Ptrace Injector
- Host: GitHub
- URL: https://github.com/reveny/Android-Ptrace-Injector
- Owner: reveny
- License: gpl-3.0
- Created: 2022-09-16T14:22:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T18:07:16.000Z (over 2 years ago)
- Last Synced: 2024-04-24T06:31:06.397Z (about 2 years ago)
- Topics: android, ptrace-injection
- Language: C++
- Homepage:
- Size: 52.7 KB
- Stars: 110
- Watchers: 5
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android-Ptrace-Injector
# Features
- [x] Android 5 - 14
- [x] Support Arm Emulation
- [x] Support Emulators x86 and x86_64
- [x] Hide Injection with remap hide
# Build and Installation
Build:
```shell
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:
```shell
su
cd /data/local/tmp
chmod +x Injector
./Injector -h
Usage: Injector [options]
Options:
-p, --pkg Set the package name
-l, --library Set the library path
-a, --auto_launch Enable auto launch
--launcher Set the launcher (required with --auto_launch)
-r, --remap Enable remap
-h, --help Show this help message
```