Back to browse
GitHub Repository

BPF portability analyzer for compiled eBPF object files. Reports minimum kernel version requirements, data flow patterns, and CO-RE coverage.

48 starsGo

Bpfvet – minimum kernel version and CO-RE analyzer for BPF objects

by boratanrikulu·Apr 21, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemBig Brain

Works on compiled ELF binaries, not source—language-agnostic across C, Rust, Go, Zig.

Strengths
  • Binary-level analysis catches portability issues source-only tools miss.
  • CO-RE relocation warnings prevent kernel struct access bugs before deployment.
  • Multi-file comparison helps teams maintain kernel tier compatibility matrices.
Weaknesses
  • Extremely narrow audience—only matters if you're already writing eBPF programs.
  • No Windows support since eBPF itself is Linux-centric.
Target Audience

eBPF and kernel developers

Similar To

bpftool · libbpf

Similar Projects