@hejian455 在 国内出的抓包工具 reqable 中发帖
链接:https://reqable.com/
不用破解,直接可以用,支持抓浏览器、ios、安卓
windows10系统,雷电模拟器(android)设置代理步骤:
cmd 先进去目录再执行以下命令
cd E:\leidian\LDPlayer64
设置代理:
adb.exe shell settings put global http_proxy 192.168.1.177:9000
清除代理:
adb.exe -s 127.0.0.1:5555 shell settings put global http_proxy :0
验证代码是否清除:
adb.exe -s 127.0.0.1:5555 shell settings get global http_proxy
返回0就清除了
[image]