A dynamic instrumentation framework designed for usage within process scope
AndHook
Android dynamic instrumentation framework.
Support
- Android 4.x or later (with preliminary support for Android 8.1 and 9.0)
- java method instrumentation (hook java method in Java/C/C++)
- native interception (hook native C/C++ functions in C/C++)
How does AndHook work?
How the method was intercepted?
Special Thanks
- cly.comp
- Meow