Andhook
Android Hooking Framework
Install / Use
/learn @depletionmode/AndhookREADME
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);
