|
|
il y a 5 ans | |
|---|---|---|
| .. | ||
| asm | il y a 5 ans | |
| internal | il y a 5 ans | |
| .gitignore | il y a 5 ans | |
| BUILD | il y a 5 ans | |
| CODE_OF_CONDUCT.md | il y a 5 ans | |
| LICENSE | il y a 5 ans | |
| abi.go | il y a 5 ans | |
| collection.go | il y a 5 ans | |
| doc.go | il y a 5 ans | |
| elf_reader.go | il y a 5 ans | |
| feature.go | il y a 5 ans | |
| go.mod | il y a 5 ans | |
| go.sum | il y a 5 ans | |
| linker.go | il y a 5 ans | |
| map.go | il y a 5 ans | |
| marshalers.go | il y a 5 ans | |
| prog.go | il y a 5 ans | |
| ptr_32_be.go | il y a 5 ans | |
| ptr_32_le.go | il y a 5 ans | |
| ptr_64.go | il y a 5 ans | |
| readme.md | il y a 5 ans | |
| run-tests.sh | il y a 5 ans | |
| syscalls.go | il y a 5 ans | |
| types.go | il y a 5 ans | |
| types_string.go | il y a 5 ans | |
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.