开启系统的debug权限工具---rootadb

时间:2022-12-02 05:40:06
【文件属性】:

文件名称:开启系统的debug权限工具---rootadb

文件大小:13KB

文件格式:

更新时间:2022-12-02 05:40:06

逆向 android 动态调试 开启调试的工具

动态调试apk,monitor.bat只显示设备名,不显示进程,是因为系统的debug权限没有打开,可以使用rootadb工具开启,方法如下: adb shell adb push rootadb的本地路径 /data/local/tmp/ chmod 777 roootadb ./roootadb ro.debuggable 1 eixt adb root


网友评论