8000 GitHub - nearff99/AOSHook
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nearff99/AOSHook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AOSHook

A hook framework based on Libiegou and adbi.

What I have modifed is written in this blog.

Usage

  1. modify the jni/inject.c file. You can hook functions both by address or by the function's name:
    hook_by_addr(&eph1, "libc.so", 0x2ca43c, hook_thumb1, hook_arm1);
    
    hook_by_name(&eph_sendto, "libc.so", "sendto", sendto_thumb, sendto_arm);
  1. ndk-build

  2. push the stalker and libinject.so file to your android (e.g. push to /data/local/tmp)

  3. On android, type ./stalker [pid].

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.7%
  • Makefile 3.7%
  • Shell 0.6%
0