コード例 #1
0
 public static ulong AllocateMemory(this Process process, uint length, NT.AllocationType allocationType, NT.MemoryProtection memoryProtection) =>
 NT.VirtualAllocEx(process.Handle, 0, length, allocationType, memoryProtection);