Hacker News new | ask | show | jobs
by drtgh 1117 days ago
bypass eBPF, just the first search,

https://www.form3.tech/engineering/content/bypassing-ebpf-to...

"Executing the program in the demo pod allows us to confirm that the system call is not detected"

https://news.ycombinator.com/item?id=33235434

2 comments

This isn't a bypass of "eBPF", so much as it is a bypass of a detection system that watches only the write(2) system call, and not writev(2), sendfile(2), or io_uring.