kprobe 0.2.0

A no_std Rust probe infrastructure crate for kprobe, kretprobe, and uprobe on multiple architectures.
Documentation
1
2
3
4
use crate::retprobe;

/// The uretprobe structure for the current architecture.
pub type Uretprobe<L, F> = retprobe::Retprobe<L, F>;