eunomia-bpf / bpftime

Userspace eBPF runtime for fast Uprobe & Syscall hook & Extensions with LLVM JIT
https://eunomia.dev/bpftime/
MIT License
693 stars 68 forks source link

[FEATURE] Add an example to show how to write a dyamically loaded attach implementation #246

Closed Officeyutong closed 3 months ago

Officeyutong commented 4 months ago

After https://github.com/eunomia-bpf/bpftime/issues/235 was done, we should be able to support dynamically loaded attach impl. Write an example to tell user how to do this.

yunwei37 commented 4 months ago

Can we make it a good first issue? If you think it's possible, you can add more description about the API, the unit test and where should people place the example.

Officeyutong commented 4 months ago

Can we make it a good first issue? If you think it's possible, you can add more description about the API, the unit test and where should people place the example.

OK, I will take it