awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesKernel Header Parsers

Utilities for extracting type definitions and structural information from kernel source headers.

Distinct from Structural Header Extraction: Specifically handles C-style kernel headers for BPF compilation, unlike table or media header extraction.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Kernel Header Parsers. Refine with filters or upvote what's useful.

Awesome Kernel Header Parsers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • iovisor/bccAvatar de iovisor

    iovisor/bcc

    22,459Voir sur GitHub↗

    BCC is an eBPF development toolkit and tracing framework used for monitoring and analyzing the Linux kernel. It functions as a performance analysis tool and debugging utility to capture system events, measure kernel latency, and provide network observability. The project distinguishes itself by providing a build system that integrates with LLVM to compile C-like code into BPF bytecode at runtime. It utilizes BPF Type Format data for relocations to maintain cross-kernel compatibility and extracts kernel headers to ensure the generated programs match the specific kernel version. The toolkit co

    Parses kernel source headers to generate necessary type definitions for compiling BPF programs.

    C
    Voir sur GitHub↗22,459
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel Header Parsers