Skip to content

MikaCybertron/Android-Inject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 注入学习

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.4%
  • Makefile 8.6%