awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositorieseBPF Program Loaders

Mechanisms 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.

Explore 1 awesome GitHub repository matching operating systems & systems programming · eBPF Program Loaders. Refine with filters or upvote what's useful.

Awesome eBPF Program Loaders GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • aya-rs/ayaaya-rs 的头像

    aya-rs/aya

    4,321在 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
    在 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
  7. eBPF Program Loaders

探索子标签

  • Async Runtime IntegrationsIntegrations that allow eBPF program lifecycle and event handling to be managed with async runtimes. **Distinct from eBPF Program Loaders:** Distinct from eBPF Program Loaders: focuses on async runtime integration for non-blocking lifecycle management, not the general loading mechanism.