Function nix::sys::ptrace::write [−][src]
Expand description
Writes a word into the processes memory at the given address
Safety
The data
argument is passed directly to ptrace(2)
. Read that man page
for guidance.