An open API service indexing awesome lists of open source software.

https://github.com/ken109/redbpf-example

Example of eBPF by Rust
https://github.com/ken109/redbpf-example

ebpf rust

Last synced: about 1 year ago
JSON representation

Example of eBPF by Rust

Awesome Lists containing this project

README

          

# Requirements
https://github.com/foniod/redbpf#requirements

# Build and run
```
git clone https://github.com/ken109/redbpf-example.git

cd redbpf-example

cargo build

sudo ./target/debug/block_http en0
```