This repository have two crates:
cbpf
: Userspace cBPF interpreter which can be run in ano-std
environment and some related utilities.c2e
: Convert a cBPF program to the eBPF program.
Please see each directory for more details.
The main purpose of this project is to create eBPF programs which can be run in my personal environment that use ubpf as eBPF VM from libpcap's expressions.
This project is under development. Maybe there are some problems.