Skip to content

code-ape/ebpf-developer-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eBPF Rust (ebpf-rs)

Library for using eBPF from Rust

References

From Linux

  1. Linux bpf syscall index is 321: https://github.com/torvalds/linux/blob/master/arch/x86/entry/syscalls/syscall_64.tbl

Other work for using eBPF with Rust

  1. Frank Denis appears to have done very minor work for using Rust to load an eBPF program - https://github.com/jedisct1/rust-bpf
  2. Quentin Monnet has create an eBPF virtual machine and JIT compiler in Rust called rbpf - https://github.com/qmonnet/rbpf
  3. Libpnet has some usage of eBPF but seems very minor - https://github.com/libpnet/libpnet

About

Library for using eBPF from Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published