コード例 #1
0
 public static bool FreeMemory(this Process process, ulong memoryPointer) =>
 NT.VirtualFreeEx(process.Handle, memoryPointer, 0, NT.AllocationType.Release);