https://github.com/vbpf/ebpf-samples
Sample ebpf programs to analyze
https://github.com/vbpf/ebpf-samples
ebpf ebpf-opcode ebpf-programs
Last synced: 7 months 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 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T21:17:10.000Z (about 1 year ago)
- Last Synced: 2025-03-30T08:12:49.359Z (11 months ago)
- Topics: ebpf, ebpf-opcode, ebpf-programs
- Language: C
- Homepage:
- Size: 2.37 MB
- Stars: 91
- Watchers: 6
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ebpf-zh - ebpf-samples - 多个项目中收集的编译(作为 ELF 对象文件)的示例集合,主要用作用户空间验证器的测试用例。 (示例 / 硬件卸载)
- awesome-ebpf - ebpf-samples - A collection of compiled (as ELF object files) samples gathered from several projects, primarily intended to serve as test cases for user space verifiers. (Examples / Hardware Offload)
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.