Blog page
Simple Firewall with Rust and Aya
Learn how to use eBPF to create a simple firewall/router
Read moreZero to Performance Hero: How to Benchmark and Profile Your eBPF Code in Rust
Learn how to create a basic eBPF program in Rust
Read moreA simple pair of eBPF tracepoint handlers
Learn about tracepoint handlers in eBPF
Read moreEp. #11, Frictionless Observability with Yechezkel Rabinovich of Groundcover
In episode 11 of How It's Tested, Eden Full Goh sits down with Yechezkel Rabinovich of Groundcover to delve into the evolving landscape of observability powered by eBPF
Read moreA Practical Guide to eBPF Licensing: Or How I Learned to Stop Worrying and Love the GPL
Learn how to license eBPF programs and their userspace components with the legal considerations along the way
Read moreeBPF Cheat Sheet
A compilation of useful eBPF commands for a DevSecOps workflow
Read moreAya Rust tutorial Part Four XDP Hello World
In the 4th part of the series, learn how to build an XDP program that prints a message every time it receives a packet on an interface
Read moreTransparent Proxy Implementation using eBPF and Go
Learn how to implement Transparent proxies with eBPF using the ebpf-go package
Read moreModernizing BPF for the next 10 years
Explore the future development and modernization of BPF over the next decade, including proposed enhancements, and reflect on its evolution and current capabilities
Read moreProfiling Libraries With eBPF: Detecting Zero-Day Exploits and Backdoors
Learn how to use eBPF for runtime application security to detect library profile deviations
Read more