awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositorieseBPF Program Verifiers

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.

Awesome eBPF Program Verifiers GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Ver en GitHub↗

    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.

    Ver en GitHub↗6,030
  • aya-rs/ayaAvatar de aya-rs

    aya-rs/aya

    4,321Ver en GitHub↗

    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.

    Rustbpfebpfobservability
    Ver en GitHub↗4,321
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Kernel Development
  5. Kernel Observability Programs
  6. eBPF Program Verifiers

Explorar subetiquetas

  • eBPF Program Loaders1 sub-etiquetaMechanisms for loading and attaching different types of eBPF programs to kernel hooks. **Distinct from eBPF Program Verifiers:** Focuses on the loading process of various program types rather than just the verification of the bytecode.