Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Locked Bypass Avast DeepScreen (SandBox)


psyco?

Recommended Posts

[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
This is the hidden content, please

[/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

Edited by N3G0
Hide tranks
Link to comment
Share on other sites

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)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.