-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not work in avd #727
Comments
@niuhuan 你好!我是Dosu,我是一个可以帮助您解决问题,回答疑问,以及成为贡献者的机器人。我会在这里帮助您,等待人类维护者。 I found a similar discussion regarding issues with eCapture in environments like containers, which might be relevant to your situation. The warning message you encountered, "Your environment is like a container. We won't be able to detect the BTF configuration," suggests that eCapture is detecting the AVD environment as container-like, which can affect its ability to function correctly [1]. Here are some steps you can try to resolve the issue:
If these steps do not resolve the issue, it might be worth considering any specific limitations or dependencies related to running eCapture on Android Virtual Devices, which might not be fully documented. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
应该是支持在AVD中捕获HTTPS明文流量的。 在你的使用中,有两个问题:
|
我确认了
成功得到xxx.pcapng,但是拖到wires Shark里面并未得到解密的正文。似乎只得到了原文。 不管是否加参数
我曾尝试过增加 |
我的意思不是“判断这个文件是否存在”,而是“确认你捕获的目标程序确实使用了这个SO文件”,很有可能是他自己打包了一个,或者静态编译了一个。 |
我的安卓环境, 虚拟机 AVD 安卓13带google套件
遇到的问题,无法抓包
操作步骤以及日志
1). 启动AVD进入root模式
2). 上传 且执行
./ecapture tls
在/data/local/tmp
下这时只能抓包HTTP,但是不能抓包HTTPS
我看到
WRN Your environment is like a container. We won't be able to detect the BTF configuration. If eCapture fails to run, try specifying the BTF mode. use
-b 2to specify non-CORE mode.
ERR OpenSSL/BoringSSL version not found
INF BPF bytecode file is matched. bpfFileName=user/bytecode/boringssl_a_13_kern_core.o
所以改了一下命令
3).
/ecapture tls --ssl_version='boringssl_a_13' -b 2 -w /local/data/tmp/save.pcapng
不报错 WRN和ERR,但是虚拟机使用浏览器什么反应都没有了,我想知道使用avd是否能抓包,我哪里操作的不对?同时也没有生成
save.pcapng
The text was updated successfully, but these errors were encountered: