易语言域名反查源码
系统结构:取IP,取IP地址,取中间文本内容,取IP地址_,gethostbyname,WSAStartup,inet_addr,socket,getpeername,Connect,GetDateFormat,GetLocalTime,GetTimeFormat,recv,closesocket,WSACleanup,CreateThread,CloseHandle,RtlMoveMemory_HOSTENT,RtlMoveMemory_整数,RtlMoveMemory_字节型,
======窗口程序集1
| |
| |------ _按钮1_被单击
| |
| |------ 取IP
| |
| |------ 取IP地址
| |
| |------ 取中间文本内容
| |
| |------ _标签1_鼠标左键被按下
| |
| |------ 取IP地址_
| |
| |------ _超级列表框1_被双击
| |
| |
======调用的Dll
| |
| |---[dll]------ gethostbyname
| |
| |---[dll]------ WSAStartup
| |
| |---[dll]------ inet_addr
| |
| |---[dll]------ socket
| |
| |---[dll]------ getpeername
| |
| |---[dll]------ Connect
| |
| |---[dll]------ GetDateFormat
| |
| |---[dll]------ GetLocalTime
| |
| |---[dll]------ GetTimeFormat
| |
| |---[dll]------ recv
| |
| |---[dll]------ closesocket
| |
| |---[dll]------ WSACleanup
| |
| |---[dll]------ CreateThread
| |
| |---[dll]------ CloseHandle
| |
| |---[dll]------ RtlMoveMemory_HOSTENT
| |
| |---[dll]------ RtlMoveMemory_整数
| |
| |---[dll]------ RtlMoveMemory_字节型
调用的DLL命令:
.DLL命令 gethostbyname, 整数型, "ws2_32.dll", "gethostbyname"
.参数 name, 文本型
.DLL命令 WSAStartup, 整数型, "wsock32"
.参数 VersionReq, 整数型
.参数 WSADataReturn, WSADATA, 传址
.DLL命令 inet_addr, 整数型, "ws2_32.dll", "inet_addr"
.参数 IP, 文本型
.DLL命令 socket, 整数型, "ws2_32.dll", "socket"
.参数 af, 整数型
.参数 type, 整数型
.参数 protocol, 整数型
.DLL命令 getpeername, 整数型, "ws2_32.dll", "getpeername"
.参数 s, 整数型
.参数 name, sockaddr_in, 传址
.参数 namelen, 整数型
.DLL命令 Connect, 整数型, "ws2_32.dll", "connect"
.参数 s, 整数型
.参数 addr, sockaddr_in, 传址
.参数 namelen, 整数型
.DLL命令 GetDateFormat, 整数型, "kernel32", "GetDateFormatA"
.参数 Locale, 整数型
.参数 dwFlags, 整数型
.参数 lpDate, SYSTEMTIME
.参数 lpFormat, 文本型
.参数 lpDateStr, 文本型
.参数 cchDate, 整数型
.DLL命令 GetLocalTime, , "kernel32", "GetLocalTime"
.参数 lpSystemTime, SYSTEMTIME, 传址
.DLL命令 GetTimeFormat, 整数型, "kernel32", "GetTimeFormatA"
.参数 Locale, 整数型
.参数 dwFlags, 整数型
.参数 lpTime, SYSTEMTIME
.参数 lpFormat, 文本型
.参数 lpTimeStr, 文本型
.参数 cchTime, 整数型
.DLL命令 recv, 整数型, "ws2_32.dll", "recv"
.参数 s, 整数型
.参数 buf, 文本型, 传址
.参数 lLen, 整数型
.参数 flags, 整数型
.DLL命令 closesocket, 整数型, "ws2_32.dll", "closesocket"
.参数 s, 整数型
.DLL命令 WSACleanup, 整数型, "ws2_32.dll", "WSACleanup"
.DLL命令 CreateThread, 整数型, "kernel32", "CreateThread"
.参数 lpThreadAttributes, 整数型
.参数 dwStackSize, 整数型
.参数 lpStartAddress, 子程序指针
.参数 lpParameter, 整数型
.参数 dwCreationFlags, 整数型
.参数 lpThreadId, 整数型, 传址
.DLL命令 CloseHandle, 整数型, "kernel32", "CloseHandle"
.参数 hObject, 整数型
.DLL命令 RtlMoveMemory_HOSTENT, 整数型, "kernel32.dll", "RtlMoveMemory"
.参数 Destination, HOSTENT, 传址
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_整数, 整数型, "kernel32.dll", "RtlMoveMemory"
.参数 Destination, 整数型, 传址
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 RtlMoveMemory_字节型, 整数型, "kernel32.dll", "RtlMoveMemory"
.参数 Destination, 字节型, 传址 数组
.参数 Source, 整数型
.参数 Length, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。