2 مستودعات
Restricted-language eBPF programs verified and attached to kernel hooks for safe observability and extension.
Distinct from Kernel Observability Programs: Distinct from Kernel Observability Programs: focuses on the verification and safe injection mechanism of eBPF programs, not general observability hooks.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · eBPF Program Verifiers. Refine with filters or upvote what's useful.
CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom
Covers writing, verifying, and attaching eBPF programs to kernel hooks for secure kernel extension.
Aya is a Rust-native framework for writing, compiling, and loading eBPF programs into the Linux kernel. It provides a complete development environment that eliminates the need for a C toolchain or libbpf, allowing developers to work entirely within the Rust ecosystem. The framework manages the full lifecycle of eBPF programs, including async runtime integration, CO-RE BTF resolution for kernel version portability, ELF-based program loading, and safe kernel memory access. The framework distinguishes itself through its pure Rust compilation pipeline, which compiles Rust source code directly int
Integrates eBPF program lifecycle and event handling with async runtimes for non-blocking operation.