Exemplo n.º 1
0
 public static ulong AllocateMemory(this System.Diagnostics.Process process, uint length, Native.AllocationType allocationType, Native.MemoryProtection memoryProtection) =>
 Native.VirtualAllocEx(process.Handle, 0, length, allocationType, memoryProtection);