pub unsafe extern "C" fn svcQueryDebugProcessMemory(
    info: *mut MemInfo,
    out: *mut PageInfo,
    debug: Handle,
    addr: u32_
) -> Result
Expand description

Queries memory information of a debugged process.

§Arguments

  • info (direction out) - Pointer to output memory info to.
  • out (direction out) - Pointer to output page info to.
  • debug - Debug handle of the process to query memory from.
  • addr - Virtual memory address to query.