CFC4N

Results 168 comments of CFC4N

No response for more than 7 days

Android aarch64版本,是需要5.5以上内核,才能完全正常运行。 4.18以上内核也能运行,不过,拿不到完整的流量内容。 是因为 aarch64 kernel 有个bug,可以看下 #296 。 如果你自己编译android的话,可以自己打补丁,参考 https://github.com/gojue/ecapture/discussions/308

please mark sure which tls library nodejs/python used. more info: https://github.com/gojue/ecapture/issues/346

Sorry, I have been on vacation recently and replied a bit late. Currently, it is not possible to fix this issue through command line parameters. The parameters of eCapture are...

try `ecapture nss --nspr=/lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2` . If it still doesn't work, then you'll need to write the code yourself.

```shell ./bin/ecapture tls -m pcap -i ens33 --pcapfile test.pcapng host 142.251.10.100 ``` It seems that `Option 2` is more in line with the usual rules of using pcap-filter, just like...

It runs normally on x86_64\aarch64 Linux. However, it has no effect when running on aarch64 Android (kernel 5.15). But you can skip Android for now.

The `CONFIG_DEBUG_INFO_BTF` configuration option is not enabled, which means it is a non-core environment and can use the [ecapture-v0.7.3-android-aarch64-nocore.tar.gz](https://github.com/gojue/ecapture/releases/download/v0.7.3/ecapture-v0.7.3-android-aarch64-nocore.tar.gz) version. In the future, the two versions will be merged and...