文件名称:VB软件防破解设计技术初探(代码)
文件大小:1.71MB
文件格式:RAR
更新时间:2011-12-08 16:26:54
VB VB防破解 ollydbg
Attribute VB_Name = "Module1" Declare Function GetDesktopWindow Lib "user32" () As Long Declare Function EnumChildWindows Lib "user32" (ByVal hWndParent As Long, ByVal lpEnumFunc As Long, ByVal lParam As Long) As Long Declare Function GetWindowText Lib "user32" Alias "GetWindowTextA" (ByVal hwnd As Long, ByVal lpString As String, ByVal cch As Long) As Long Declare Function GetWindowTextLength Lib "user32" Alias "GetWindowTextLengthA" (ByVal hwnd As Long) As Long