Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lonelykin/HookDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

As I know, there are three native hook method: import table hook, export table hook, and inline hook.

this project demos hook libc of current process with two methods: export table hook and inline hook.

export table hook from http://bbs.pediy.com/showthread.php?t=196228, but do not have source code of libTKHooklib.so.

inline hook is from adbi project(https://github.com/crmulliner/adbi).

lib.jar from https://github.com/ThomasKing2014/ELF-ARM-HOOK-Library

see also http://bbs.pediy.com/showthread.php?t=196228

refer to http://blog.csdn.net/roland_sun/article/details/34109569

About

a demo for android native hook

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 92.4%
  • Java 6.5%
  • Other 1.1%