Skip to main content

PTRACE_PEEKDATA

Constant PTRACE_PEEKDATA 

Source
pub const PTRACE_PEEKDATA: c_int = 2;
Expand description

Read a word at the address addr in the tracee’s memory, returning the word as a result of the ptrace() call.