how to use ecapture with android emulator #350
fancy45daddy
started this conversation in
General
Replies: 2 comments 1 reply
-
"read-only file system"? |
Beta Was this translation helpful? Give feedback.
1 reply
-
The environment I am using is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use ecapture with android emualtor. Say (system-images;android-33;google_apis;x86_64). I try to download https://github.com/gojue/ecapture/releases/download/v0.5.1/ecapture-v0.5.1-android-x86_64.tar.gz and extract ecapture and adb push ecapture /data/local/tmp
Then I adb root and adb shell
I try
emu64xa:/ # /data/local/tmp/ecapture tls -w save_android.pcapng -i wlan0 --libssl=/apex/com.android.conscrypt/lib64/libssl.so --ssl_version="boringssl 1.1.1" --port 443
tls_2023/04/20 03:12:15 ECAPTURE :: ecapture Version : androidgki_x86_64:0.5.1-20230408-e1afbb8:5.15.0-1035-azure
tls_2023/04/20 03:12:15 ECAPTURE :: Pid Info : 5750
tls_2023/04/20 03:12:15 ECAPTURE :: Kernel Info : 5.15.41
tls_2023/04/20 03:12:15 EBPFProbeOPENSSL module initialization
tls_2023/04/20 03:12:15 EBPFProbeOPENSSL module initialization failed, [skip it]. error:open ecapture_masterkey.log: read-only file system
tls_2023/04/20 03:12:15 ECAPTURE :: No runnable modules, Exit(1)
Any idea about how to make it work?
Beta Was this translation helpful? Give feedback.
All reactions