bpf-linker
Simplify building modern BPF programs
Platforms: Linux · Last verified September 6, 2026
This package contains bpd-linker which can be used to statically link multiple BPF object files together and optionally perform optimizations needed to target older kernels. It operates on LLVM bitcode, so the inputs must be bitcode files (.bc) or object files with embedded bitcode (.o), optionally stored inside ar archives (.a).
Only use this tool against systems you own or are explicitly authorized to test — see the disclaimer.
Getting started
Install on Kali Linux with `sudo apt install bpf-linker`. See the official Kali tool page and upstream homepage linked above for full usage and configuration details.