public static bool FreeMemory(this Process process, ulong memoryPointer) => NT.VirtualFreeEx(process.Handle, memoryPointer, 0, NT.AllocationType.Release);