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/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
..
src aya-ebpf: ProbeContext: rewrite the implement of FromPtRegs trait. 11 months ago
CHANGELOG.md Release aya-ebpf v0.1.0 1 year ago
Cargo.toml Release aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 1 year ago
build.rs Allowlist expected cfgs 12 months ago