retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

Add a way to load raw instructions #57

Closed vlrpl closed 1 year ago

vlrpl commented 1 year ago

We might want to have the chance to load raw insns programs (mostly for filtering). Libbpf doesn't expose any wrapper for that as it targets ELF files. Implementing a small Rust module to do that seem to be the best option at the moment.

vlrpl commented 1 year ago

Fixed in #61