• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Visual Basic Bypass Avast DeepScreen (SandBox)

Status
Not open for further replies.

psyco?

Leech
User
Joined
Nov 22, 2014
Messages
93
Reputation
0
Reaction score
1,227
Points
133
Credits
0
‎10 Years of Service‎
93%
[HIDE-THANKS]

' Uso: Call CheckAvastSandBox



Private Declare Function GetModuleHandle Lib "WiNdOWS\sYSTEM32\keRnel32" Alias "GetModuleHandleA" (ByVal lpModuleName As String) As Long
Dim SimpleAntiExample As Long



'snxhk.dll
Private Function CheckAvastSandBox() As Boolean
SimpleAntiExample = GetModuleHandle(Chr(115) & Chr(110) & Chr(120) & Chr(104) & Chr(107) & Chr(46) & Chr(100) & Chr(108) & Chr(108))
If SimpleAntiExample > 0 Then
End ' if handle is detected it will end the program.
End If
End Function​
Code:
>
[/HIDE-THANKS]

GetModuleHandle = Los GetModuleHandle función comprueba si el archivo DLL se carga por el proceso


snxhk.dll = y un DLL que utiliza la caja de arena para identificar los archivos





 
Last edited by a moderator:
Re: Bypass Avast DeepScreen (SandBox)

It's not "bypass", it just detect the dll and end the process xd.

Regards.

 
Re: Bypass Avast DeepScreen (SandBox)

It's not "bypass", it just detect the dll and end the process xd.
Regards.
exactamente bro. por lo que se detecta la DLL que se dará por terminado(End)


saltando la aterradora DeepScreen(SandBox)





 
Re: Bypass Avast DeepScreen (SandBox)

el uso es : Call CheckAvastSandBox() ?

 
Re: Bypass Avast DeepScreen (SandBox)

el uso es : Call CheckAvastSandBox() ?
yo uso: Call CheckAvastSandBox

az:

 
Status
Not open for further replies.
Back
Top