Exemplo n.º 1
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes allocationType,
     AccessProtectionFlags flags
     );
Exemplo n.º 2
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes dwFreeType
     );
Exemplo n.º 3
0
 private static extern bool VirtualFreeEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes dwFreeType
     );
Exemplo n.º 4
0
 private static extern IntPtr VirtualAllocEx(
     IntPtr hProcess,
     IntPtr address,
     UInt32 size,
     VirtualAllocExTypes allocationType,
     AccessProtectionFlags flags
     );