pub const PTRACE_PEEKDATA: c_int = 2;
Read a word at the address addr in the tracee’s memory, returning the word as a result of the ptrace() call.
addr
ptrace()