Parsi Coders
Anti Virtual PC vb.net - نسخه قابل چاپ

+- Parsi Coders (http://parsicoders.com)
+-- انجمن: Cracking / Anti Crack (http://parsicoders.com/forumdisplay.php?fid=75)
+--- انجمن: Anti Debug (http://parsicoders.com/forumdisplay.php?fid=76)
+--- موضوع: Anti Virtual PC vb.net (/showthread.php?tid=1118)



Anti Virtual PC vb.net - Amin_Mansouri - 10-18-2011

کد:
If Process.GetProcessesByName(("vpcmap")).Length >= 4 And Process.GetProcessesByName(("vmsrvc")).Length >= 4 Then
      MsgBox("Virtual PC found!")
Else
      MsgBox("No Virtual PC found!")
    End If