예제 #1
0
파일: Kernel32.cs 프로젝트: Fulborg/A-Bot
 public static extern uint VirtualProtectEx(IntPtr hProcess, IntPtr lpAddress, IntPtr dwSize, MEMORY_PROTECTION_FLAG flNewProtect, ref MEMORY_PROTECTION_FLAG lpflOldProtect);
예제 #2
0
파일: Kernel32.cs 프로젝트: Fulborg/A-Bot
 public static extern IntPtr VirtualAllocEx(IntPtr hProcess, IntPtr lpAddress, IntPtr dwSize, ALLOCATION_TYPE flAllocationType, MEMORY_PROTECTION_FLAG flProtect);