Library for using eBPF from Rust
- Linux
bpf
syscall index is 321: https://github.com/torvalds/linux/blob/master/arch/x86/entry/syscalls/syscall_64.tbl
- Frank Denis appears to have done very minor work for using Rust to load an eBPF program - https://github.com/jedisct1/rust-bpf
- Quentin Monnet has create an eBPF virtual machine and JIT compiler in Rust called rbpf - https://github.com/qmonnet/rbpf
- Libpnet has some usage of eBPF but seems very minor - https://github.com/libpnet/libpnet