Hugo
Hugo
My blog works!!!!!! Thank you so much
> e1q:/data/local/tmp # ./ecapture tls -m pcap --pcapfile tttt.pcap -u 10285 > 2025-06-13T01:22:50Z INF AppName="eCapture(旁观者)" > 2025-06-13T01:22:50Z INF HomePage=https://ecapture.cc > 2025-06-13T01:22:50Z INF Repository=https://github.com/gojue/ecapture > 2025-06-13T01:22:50Z INF Author="CFC4N " > 2025-06-13T01:22:50Z...
我想你可以尝试一下在三星手机里面自己加载一个类似的uprobe 程序然后观察下
Are you referring to the various fields defined in `IEventStruct`, such as: ```go type BaseEvent struct { eventType event.EventType DataType int64 Timestamp uint64 Pid uint32 Tid uint32 Data [MaxDataSize]byte DataLen...
Got it, thanks for clarifying. Is the intention here to print this information primarily for debugging purposes? If that's the case, would you prefer this output to go through a...
What about adding a `LogFields` method to `IEventStruct` interface, the fields of each struct which implements `IEventStruct` differs
The frequency of event output may be high.I am considering adding a buffer in front of Logger(io writter)
For ew.payload.Write,This is an in-memory operation.
As we design the eBPF instrumentation for OpenSSL, we should plan for the high frequency of uprobe triggers on functions like SSL_read. At high network speeds, the call rate can...
In my local environment, which has 100MB bandwidth, a atomic counter triggerd 12442 within 18 seconds