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
' 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:
>
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: