Dynamic Analysis
Objection
https://github.com/sensepost/objection This basically patches the apk, install/inject frida automatically.
Cmdline to patch an apk -
objection patchapk --source your_apk.apk
PIDcat
https://github.com/JakeWharton/pidcat
This will only work when the following permission is set: android:debuggable="true"

Frida
Last updated