Beispiel #1
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes allocationType,
     AccessProtectionFlags flags
     );
Beispiel #2
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes allocationType,
     AccessProtectionFlags flags
     );
 private static unsafe extern IntPtr VirtualAlloc(IntPtr lpAddress, uint dwSize, VirtualAllocTypes flAllocationType, AccessProtectionFlags flProtect);
Beispiel #4
0
 private static unsafe extern IntPtr VirtualAlloc(IntPtr lpAddress, uint dwSize, VirtualAllocTypes flAllocationType, AccessProtectionFlags flProtect);