摘要: # import frida,sys # rdev = frida.get_usb_device() # front_app = rdev.get_frontmost_application() #当前最前端的进程# print(front_app) # apps = rdev.enumerate_ 阅读全文
posted @ 2020-08-21 13:54 小君~ 阅读(441) 评论(0) 推荐(0) 编辑
摘要: #连接模拟器 adb connect 127.0.0.1:21503 #以下为各大端口号 adb devices #查看连接 adb shell #进入linux系统后台 --注意需要开启模拟器的usb的调试功能 adb -s emulator-5554 shell #指定地址和端口进行shell 阅读全文
posted @ 2020-08-21 11:34 小君~ 阅读(471) 评论(0) 推荐(0) 编辑