Android 动态 UI 状态检查/分析工具

逆向工程 恶意软件 安卓 动态分析
2021-07-05 20:32:54

我正在寻找一个命令行工具,它可以执行类似于 Android Studio https://developer.android.com/studio/debug/layout-inspector 中的 UI 工具的动态视图层次结构分析

是否有用于此的现有工具?或者只是一些我可以编程来实现该工具的较低级别的 API。谢谢!

1个回答

结果:

adb shell uiautomator dump
adb pull /sdcard/window_dump.xml path/to/output

或者

adb shell uiautomator dump --compressed
adb pull /sdcard/window_dump.xml path/to/output