Skip to content

depletionmode/andhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

-----
andhook - Android Hooking Framework
by David Kaplan, 2012 (david@2of1.org)
-----

-----
Tested on Android 2.3.6, kernel 2.6.32
-----

-----
Provides a MobileSubstrate-like interface for Android
Happy hacking!
-----

-----
usage():

Create a shared library with your code.

This library must include an __init() function with the following signature:
    void __init(void);

You set up your hooks within __init().
You can use the use and_hook() function to perform the actual hooking.
-----

About

Android Hooking Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages