iwita b9152718d2 new version il y a 5 ans
..
asm b9152718d2 new version il y a 5 ans
internal b9152718d2 new version il y a 5 ans
.gitignore b9152718d2 new version il y a 5 ans
BUILD b9152718d2 new version il y a 5 ans
CODE_OF_CONDUCT.md b9152718d2 new version il y a 5 ans
LICENSE b9152718d2 new version il y a 5 ans
abi.go b9152718d2 new version il y a 5 ans
collection.go b9152718d2 new version il y a 5 ans
doc.go b9152718d2 new version il y a 5 ans
elf_reader.go b9152718d2 new version il y a 5 ans
feature.go b9152718d2 new version il y a 5 ans
go.mod b9152718d2 new version il y a 5 ans
go.sum b9152718d2 new version il y a 5 ans
linker.go b9152718d2 new version il y a 5 ans
map.go b9152718d2 new version il y a 5 ans
marshalers.go b9152718d2 new version il y a 5 ans
prog.go b9152718d2 new version il y a 5 ans
ptr_32_be.go b9152718d2 new version il y a 5 ans
ptr_32_le.go b9152718d2 new version il y a 5 ans
ptr_64.go b9152718d2 new version il y a 5 ans
readme.md b9152718d2 new version il y a 5 ans
run-tests.sh b9152718d2 new version il y a 5 ans
syscalls.go b9152718d2 new version il y a 5 ans
types.go b9152718d2 new version il y a 5 ans
types_string.go b9152718d2 new version il y a 5 ans

readme.md

eBPF

eBPF is a pure Go library that provides utilities for loading, compiling, and debugging eBPF programs. It has minimal external dependencies and is intended to be used in long running processes.

ebpf/asm contains a basic assembler.

The library is maintained by Cloudflare and Cilium. Feel free to join the libbpf-go channel on Slack.

Current status

The package is production ready, but the API is explicitly unstable right now. Expect to update your code if you want to follow along.

Useful resources