cilium/ebpf v0.6.1
release ·
Breaking changes
- None
Features
link.Raw{At,De}tachProgramnow wraps and returns the underlying error returned by the kernel. Note: this is not an API contract, so use at your own discretion. This was added temporarily for kernel feature detection purposes, and a proper feature detection API will replace this in the near future.link.K(ret)probenow automatically prefixes the given symbol with the conventional prefix for syscall wrappers (e.g.__x64_when running on amd64)
Examples
- The kprobe example now hooks the
sys_execvesyscall wrapper by its common name rather than the x64 variant
Contributors
Aleksa Sarai Lorenz Bauer Nikolay Nikolaev Robin Gögge
Thank you for your work!