Open dierbei opened 1 year ago
I used the following command to create a project and selected kprobe:
kprobe
cargo generate https://github.com/aya-rs/aya-template
I checked the kprobe example in the repository and found the binding.rs file.
binding.rs
I don't know how to generate this file, what should I do to achieve the same effect?
This is my generated project directory:
I used the following command to create a project and selected
kprobe
:I checked the kprobe example in the repository and found the
binding.rs
file.I don't know how to generate this file, what should I do to achieve the same effect?