-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Important
You can mention the @dosu AI robot, which can quickly answer your questions.
Describe the bug
./ecapture tls -m pcap, gives meaningless pcap file
But if using ecapture tls -m text, it can at least output some packets (for example from facebook), but not for chrome
Screenshots
If using text mode
Linux Server/Android (please complete the following information):
- Device: Redmi Note12T pro (pearl)
- Kernel Info: Linux localhost 5.10.136-android12-9
- eCapture Version: androidgki_arm64:v1.3.1:6.8.0-1029-azure
- MIUI version: 14
- Android version: 13
note: using older ecapture version <1 , can also capture some packet in text mode, but empty packet in pcap mode
Additional context
readelf -s /apex/com.android.conscrypt/lib64/libssl.so | grep SSL_read
723: 0000000000041a10 212 FUNC GLOBAL DEFAULT 14 SSL_read
readelf -s /apex/com.android.conscrypt/lib64/libssl.so | grep SSL_write
781: 0000000000041e10 300 FUNC GLOBAL DEFAULT 14 SSL_write