Closed vlrpl closed 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.
Fixed in #61
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.