[DllImport("user32.dll", SetLastError=true)]
static extern TODO ReadProcessMemory(TODO);
Declare Function ReadProcessMemory Lib "user32.dll" (TODO) As TODO
None.
Do you know one? Please contribute it!
None.
Please add some!
The ManagedWindowsApi project (http://mwinapi.sourceforge.net) provides a ProcessMemoryChunk class to allocate and access memory of a different process.