コード例 #1
0
		private static extern void* VirtualAlloc(void* addressToAllocateAt, IntPtr allocationSize, MemAllocationType allocType, MemProtectionType protType);
コード例 #2
0
		private static extern int mprotect(void* addr, IntPtr length, MemProtectionType protection);