forked from depletionmode/andhook
-
Notifications
You must be signed in to change notification settings - Fork 0
ecit241/andhook
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published