bpfvet: analyzes compiled .bpf.o files and reports minimum kernel version, helpers, maps, and portability issues
Summary
bpfvet analyzes compiled eBPF object files to report minimum kernel version requirements, used helpers and maps, data flow patterns, and CO-RE status. It operates on compiled ELF binaries rather than source code and supports JSON output for CI and multi-file comparisons. The article highlights quick start options, portability warnings, and the tool's architecture and roadmap.