Function nix::sys::ptrace::write [−][src]
pub fn write(pid: Pid, addr: AddressType, data: *mut c_void) -> Result<()>
Writes a word into the processes memory at the given address
pub fn write(pid: Pid, addr: AddressType, data: *mut c_void) -> Result<()>
Writes a word into the processes memory at the given address