docs: update README files to streamline eunomia-bpf installation instructions

This commit is contained in:
yunwei37
2025-10-03 16:59:36 -07:00
parent c037dbfcdc
commit 6364a288f2
5 changed files with 25 additions and 16 deletions

View File

@@ -49,7 +49,7 @@ Analysis of the kernel code:
- We create an `args_t` structure to store the file name and flags.
- We use `bpf_probe_write_user` to modify the file name in the user space memory to "hijacked".
The `eunomia-bpf` is an open-source eBPF dynamic loading runtime and development toolchain aimed at making eBPF program development, building, distribution, and execution easier. You can refer to <https://github.com/eunomia-bpf/eunomia-bpf> or <https://eunomia.dev/tutorials/1-helloworld/> for installing ecc compiler toolchain and ecli runtime. We will use `eunomia-bpf` to compile and run this example.
We use eunomia-bpf to compile and run this example. You can install it from <https://github.com/eunomia-bpf/eunomia-bpf>.
Compile the code: