vbpf / ebpf-samples

Sample ebpf programs to analyze

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sample ebpf programs to analyze


Languages

Language:C 46.5%Language:CMake 27.6%Language:Assembly 25.9%