搜索资源列表
adb_tools
- windows平台下安卓shell工具,包括adb,fastboot及必要的相关文件-Andrews windows platform shell tools, including adb, fastboot and relevant documents as necessary
adb
- ADB Android Shell Bridge
platform_system_core-master
- adb Makefile处理。可以单独编译ADB。(adb Makefile can comlile file.so Good.)
手机抓包步骤(1)
- 在windows的模拟命令行中执行: Cd d:\soft\tools //进入windows系统某个目录 adb shell //调用安卓的adb接口进入手机系统 su //切换root用户 在手机上按“同意”之后再执行: Cd /data/local //进入Tcpdump目录 ./tcpdump –p –vv –s 0 –w /sdcard/test.pcap //开始抓包命令,test只是抓包后的文件名,可自己更改 在手机上访问需测试的网址,访问之后