Files
shadow-rs/shared/src/structs/injection.rs

6 lines
88 B
Rust

pub struct TargetInjection {
pub pid: usize,
pub path: alloc::string::String
}