NtWow64ReadVirtualMemory64 (ntdll)
Last changed: -186.136.223.176

.
Summary
Read the memory of a 64 bit process from a 32 bit process

Boo Signature:

[DllImport("ntdll.dll", SetLastError : true)]
def NtWow64WriteVirtualMemory64(
    hProcess as IntPtr,
    BaseAddress as UInt64,
    Buffer as (byte),
    BufferLength as UInt64,
    ref NumberOfBytesWritten as UInt64
    ) as NTSTATUS

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation