You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/ebpf
WindySha a1df0d2267 aya-ebpf: ProbeContext: rewrite the implement of FromPtRegs trait.
The original implementation of the  trait is unable to
correctly retrieve the arguments of a function, necessitating a rewrite.
This includes two interfaces:  and .

To access a function's argument, it is necessary to accurately
identify the register address where the argument is stored.
Subsequently, we can use the  function to read
the contents at this register address.
This allows us to correctly retrieve the argument of the function.

Fixes: #587
11 months ago
..
.cargo chore: Rename bpf dir to ebpf 1 year ago
aya-ebpf aya-ebpf: ProbeContext: rewrite the implement of FromPtRegs trait. 11 months ago
aya-ebpf-bindings Allowlist expected cfgs 12 months ago
aya-ebpf-cty Allowlist expected cfgs 12 months ago
aya-log-ebpf Release aya-log-ebpf v0.1.0 1 year ago
rust-toolchain.toml chore: Rename bpf dir to ebpf 1 year ago