pub unsafe extern "C" fn svcReadProcessMemory(
buffer: *mut c_void,
debug: Handle,
addr: u32_,
size: u32_,
) -> ResultExpand description
Reads from a debugged process’s memory.
§Arguments
buffer- Buffer to read data to.debug- Debug handle of the process.addr- Address to read from.size- Size of the memory to read.