コード例 #1
0
ファイル: Functions.cs プロジェクト: andyvand/ProcessHacker
 public static extern int VirtualAllocEx(int Process, int Address, int Size, MEMORY_STATE Type, MEMORY_PROTECTION Protect);
コード例 #2
0
 public static extern int VirtualAllocEx(int Process, int Address, int Size, MEMORY_STATE Type, MEMORY_PROTECTION Protect);