示例#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);