Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vbpf/ebpf-samples

Sample ebpf programs to analyze
https://github.com/vbpf/ebpf-samples

ebpf ebpf-opcode ebpf-programs

Last synced: 6 days ago
JSON representation

Sample ebpf programs to analyze

Awesome Lists containing this project

README

        

# bpf_samples

This repository has multiple types of samples:

1. Samples pulled from other projects (bpf_cilium_test, falco, ovs, etc.)
2. Samples with source in this project. Source code is under the "src" directory, and the built ELF files appear in the "build" directory.
3. Invalid samples used for testing file parsing and verification. Such files are under the "invalid" directory.