예제 #1
0
파일: Memory.cs 프로젝트: lullius/MoveTool
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes allocationType,
     AccessProtectionFlags flags
     );
예제 #2
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes dwFreeType
     );
예제 #3
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes dwFreeType
     );
예제 #4
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes allocationType,
     AccessProtectionFlags flags
     );