[go: up one dir, main page]

Function 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, …)