Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 |