Skip to main content

nt_read_virtual_memory

Function nt_read_virtual_memory 

Source
pub fn nt_read_virtual_memory(
    handle: HANDLE,
    base_address: PVOID,
    buffer: PVOID,
    size: usize,
    bytes_written: *mut usize,
) -> i32
Expand description

Dynamically calls NtReadVirtualMemory.

It will return the NTSTATUS value returned by the call.