Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 861 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 861 Bytes

eBPF apps in Go

eBPF Go libraries

Library Summary Dependencies Stars
cilium/ebpf a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs Linux>=4.4 2k
iovisor/gobpf go bindings for the bcc framework as well as low-level routines to load and use eBPF programs from .elf files bcc, Runtime LLVM, CGO 1.5k
aquasecurity/libbpfgo a Go wrapper around the libbpf project libbpf, CGO 0.2k
dropbox/goebpf A nice and convenient way to work with eBPF programs / perf events from Go (limited eBPF feature support) Linux>=4.15 0.8k