Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trailofbits/ebpf-common
Various utilities useful for developers writing BPF tools
https://github.com/trailofbits/ebpf-common
bpf ebpf llvm trace tracing
Last synced: about 1 month ago
JSON representation
Various utilities useful for developers writing BPF tools
- Host: GitHub
- URL: https://github.com/trailofbits/ebpf-common
- Owner: trailofbits
- License: apache-2.0
- Created: 2019-12-20T23:19:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T15:12:54.000Z (over 1 year ago)
- Last Synced: 2024-10-31T01:42:40.362Z (about 2 months ago)
- Topics: bpf, ebpf, llvm, trace, tracing
- Language: C++
- Homepage: https://www.trailofbits.com/services/security-engineering
- Size: 150 KB
- Stars: 29
- Watchers: 33
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ebpf-common
This library contains various utilities useful for developers writing BPF tools.
## Related projects
| Name | Description |
| - | - |
|[ebpfpub](https://github.com/trailofbits/ebpfpub) | A library and command line tool for tracing system call tracepoints with eBPF |
|[ebpfault](https://github.com/trailofbits/ebpfault) | An eBPF-based syscall fault injector |
|[linuxevents](https://github.com/trailofbits/linuxevents) | An experimental container-aware process/connection monitor library that has no system dependencies |