示例#1
0
 internal static extern bool WriteProcessMemory(SafeProcessHandle hProcess, IntPtr lpBaseAddress, byte[] lpBuffer, int nSize, UIntPtr lpNumberOfBytesRead);
示例#2
0
 internal static extern UIntPtr VirtualQueryEx(SafeProcessHandle hProcess, IntPtr lpAddress, out SafeNativeMethods.MEMORY_BASIC_INFORMATION lpBuffer, UIntPtr dwLength);
示例#3
0
 internal static extern bool ReadProcessMemory(SafeProcessHandle hProcess, IntPtr lpBaseAddress, [Out] byte[] lpBuffer, UIntPtr nSize, UIntPtr lpNumberOfBytesRead);