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