pub fn nt_read_virtual_memory(
handle: HANDLE,
base_address: PVOID,
buffer: PVOID,
size: usize,
bytes_written: *mut usize,
) -> i32Expand description
Dynamically calls NtReadVirtualMemory.
It will return the NTSTATUS value returned by the call.