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 NtWow64ReadVirtualMemory64(
     hProcess as IntPtr,
     BaseAddress as UInt64,
     Buffer as (byte),
     BufferLength as UInt64,
     ref ReturnLength as UInt64) as UInt32:
pass

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