|
5 years ago | |
---|---|---|
.. | ||
asm | 5 years ago | |
internal | 5 years ago | |
.gitignore | 5 years ago | |
BUILD | 5 years ago | |
CODE_OF_CONDUCT.md | 5 years ago | |
LICENSE | 5 years ago | |
abi.go | 5 years ago | |
collection.go | 5 years ago | |
doc.go | 5 years ago | |
elf_reader.go | 5 years ago | |
feature.go | 5 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago | |
linker.go | 5 years ago | |
map.go | 5 years ago | |
marshalers.go | 5 years ago | |
prog.go | 5 years ago | |
ptr_32_be.go | 5 years ago | |
ptr_32_le.go | 5 years ago | |
ptr_64.go | 5 years ago | |
readme.md | 5 years ago | |
run-tests.sh | 5 years ago | |
syscalls.go | 5 years ago | |
types.go | 5 years ago | |
types_string.go | 5 years ago |
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.
The package is production ready, but the API is explicitly unstable right now. Expect to update your code if you want to follow along.