Hacker News new | ask | show | jobs
Experiments with eBPF: Snitchrs (blog.fponzi.me)
6 points by federicoponzi 1075 days ago
1 comments

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.

thanks for the feedback! Aya does seems like a very interesting project. Somehow I forgot to link to Snitchrs' repo: https://github.com/FedericoPonzi/snitchrs