Comment on Bpftime: Userspace eBPF runtime for fast Uprobe and Syscall hook and PluginsparentComments−yunwei372yThanks!This project can use a standalone eBPF verifier in this project: https://github.com/vbpf/ebpf-verifierIt can also use kernel verifier to verify the programs, then “offload”the BPF byte code from kernel, and runs it in userspace.
Comments
Thanks!
This project can use a standalone eBPF verifier in this project: https://github.com/vbpf/ebpf-verifier
It can also use kernel verifier to verify the programs, then “offload”the BPF byte code from kernel, and runs it in userspace.