nodoraiz / android-hooker

MIT License
2 stars 4 forks source link

android-hooker

Android dynamic analysis tool

With this project you will be able to list installed apps in the device and select the app you want to analyze, list all classes used by the app, select the ones you want to hook their methods and get a trace of the execution while you interact with the app, reflecting the methods called and parameters received in the order that they are called.

Requirements