Function nix::sys::ptrace::write

source ·
pub fn write(pid: Pid, addr: AddressType, data: c_long) -> Result<()>
Available on crate feature ptrace only.
Expand description

Writes a word into the processes memory at the given address, as with ptrace(PTRACE_POKEDATA, …)