NKR00711 / android-ptrace-inject

Android Inject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android-Inject

ptrace-inject:

  • use ptrace-api inject arm/arm64 process

how to build:

  • make sure have ndk-build in your PATH
  • type ndk-build at the command line
  • output at /libs

how to use:

-rwxrwxrwx 1 shell shell    14312 2022-12-02 16:14 inject
-rwxrwxrwx 1 root  root    987604 2022-12-01 17:08 libc.so
-rwxrwxrwx 1 shell shell     5976 2022-12-02 16:14 libtest.so
blueline:/data/local/tmp # ./inject pid /data/local/tmp/libtest.so

shellcode-inject:

  • shellcode

About

Android Inject


Languages

Language:C 95.1%Language:Makefile 4.9%