top | item 36607663

Experiments with eBPF: Snitchrs

6 points| federicoponzi | 2 years ago |blog.fponzi.me

2 comments

order

jauntywundrkind|2 years ago

https://github.com/aya-rs/aya is very interesting, used to power this. From the article:

> Aya is a crate that allows to write both user space and kernel space using Rust.

Amazing library. They already have a very impressive awesome-aya repo cataloging projects using it. Great to see both front and back end eBPF handled by this project & so nicely integrated, all via rust. https://github.com/aya-rs/awesome-aya

Nice writeup, lots of links. Would love to see the final results of this hacking in a git repo.