eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions
https://eunomia.dev/bpftime/
MIT License
744 stars 73 forks source link

runtime: enable syscall server to load and run cross boundary programs. #117

Closed yunwei37 closed 9 months ago

yunwei37 commented 9 months ago

Description

Currently, if we want running uprobe with kprobe, we need to use the daemon. This PR make LD_PRELOAD server can run krpobe or use kernel verifier.

Also improve documents.

Type of change