- Home
·
- Encryption
·
- Meltice, the most popular softice detection system by David Eriksson is now available in VB. If you
Meltice, the most popular softice detection system by David Eriksson is now available in VB. If you
Meltice, the most popular softice detection system by David Eriksson is now available in VB. If you are concerned about piracy, this is must
API Declarations
Private Const FILE_SHARE_READ = &H1
Private Const FILE_ATTRIBUTE_NORMAL = &H80
Private Const OPEN_EXISTING = 3
Private Declare Function CreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, _
ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, lpSecurityAttributes As Any, _
ByVal dwCreationDisposition As Long, ByVal dwFlagsAndAttributes As Long, ByVal hTemplateFile As Long) As Long
Rate Meltice, the most popular softice detection system by David Eriksson is now available in VB. If you
(2(2 Vote))
Private Sub Form_Load()
If Meltice() = True Then MsgBox "softice is loaded"
End Sub
Private Function Meltice() As Boolean
Const sice = "\\.\SICE"
Dim temp As Variant
temp = CreateFile(sice, GENERIC_WRITE, FILE_SHARE_READ, ByVal 0&, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, 0&)
MsgBox temp
If temp = -1 Then
Meltice = False
Else
Meltice = True
End If
End Function
Meltice, the most popular softice detection system by David Eriksson is now available in VB. If you Comments
No comments yet — be the first to post one!
Post a Comment