eunomia-bpf / bpftime

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

Rewrite bpftime-cli in C++ #125

Closed Officeyutong closed 8 months ago

Officeyutong commented 9 months ago

Closes #124

This PR rewrites bpftime cli in C++. It uses https://github.com/p-ranav/argparse to parse command line arguments. It has the same interface as the rust one

Officeyutong commented 8 months ago

Shall we have any documentation changes?

I've fixed the documents I found, but I didn't know if there were other documents referring the cli