Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vbpf/ebpf-samples
- Owner: vbpf
- Created: 2018-12-17T12:59:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T19:04:23.000Z (6 days ago)
- Last Synced: 2024-12-16T20:21:55.942Z (6 days ago)
- Topics: ebpf, ebpf-opcode, ebpf-programs
- Language: C
- Homepage:
- Size: 2.37 MB
- Stars: 90
- Watchers: 7
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.