CFC4N
CFC4N
> i think the causes are: > * the grpc stream's authentication token is provided at the time when the stream is initialized > * the client is trying to...
I think that BPFFS is a Virtual File System, just a memory file system. write by other process, not load data from device. So, pin the eBPF probe cant do...
@Lincyaw You can print the logs to stdout, so you won't need to set up a remote RPC server. Does that meet your needs?
what's your OS version? device info? steps? or other env?
I have not Win11 device and can't reproduce it. Anybody can help me?
or you can try again on Android Studio emualtor.. and use android kernel 5.5 or higher..
it seems like encode bytes,not entrypted? or ecapture works.
Is your curl using the `nspr` or `gnutls` library? You can confirm it by using the `ldd` command. ```shell ldd `which curl`|grep -E "libssl|nspr|gnutls" ``` You can fix this problem...
That's right.