public static extern bool VirtualFreeEx(IntPtr hProcess, long lpAddress, int dwSize, MemOpType dwFreeType);
public static extern long VirtualAllocEx(IntPtr hProcess, long lpAddress, int dwSize, MemOpType flAllocType, MemProtect flProtect);