Androguard是一款使用Python编写的跨平台的Android逆向工具,它可以在 Linux/Windows/OSX上运行。使用它可以反编译android应用,也可以用来做android app的静态分析(static analysis)。
drozer命令:
run scanner.activity.browsable – com.xxxx.xxx
获取可以从浏览器查看的activity,可以继续使用adb shell访问看看app会不会产生各种异常、退出等:
adb shell am start -a android.intent.action.VIEW -d file://xxxx