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

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