02 2022 档案
摘要:busybox下载: https://busybox.net/downloads/binaries/1.35.0-i686-linux-musl/ busybox使用: ➜ Desktop adb push /Users/xxx/Desktop/busybox1 /sdcard /Users/xxx
阅读全文
摘要:1.查看安卓设备开放的端口 adb shell netstat -a | grep -E 'LISTEN|udp*' 2.将端口号转换为16进制 https://tool.lu/hexconvert/ /proc/net/后面是端口使用的协议,如tcp6 adb shell grep -i f099
阅读全文