mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-02-10 13:45:07 +08:00
docs: update README files to streamline eunomia-bpf installation instructions
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user