易语言QQ音乐推送源码
系统结构:是否运行,执行脚本,PutRSInfo,取KEY,推送音乐,获取托盘提示文本,FindNotifyIconOverflowWindow,W2A,FindWindowA,FindWindowExA,SendMessage,GetWindowThreadProcessId,OpenProcess,VirtualAllocEx,VirtualFreeEx,ReadProcessMemory,CloseHandle,DLL命令1,API_AtlAxWinInit,API_CreateWindowEx,API_AtlAxGetControl,API_SendMessage,InternetSetCookieA,FindWindow,FindWindowEx,ReadProcessMemory_字节集,ReadProcessMemory_整数,WideCharToMultiByte,初始化com,关闭初始化com,
======窗口程序集1
| |
| |------ 是否运行
| |
| |------ 执行脚本
| |
| |------ PutRSInfo
| |
| |------ 取KEY
| |
| |------ 推送音乐
| |
| |------ 获取托盘提示文本
| |
| |------ FindNotifyIconOverflowWindow
| |
| |------ W2A
| |
| |------ __启动窗口_创建完毕
| |
| |------ __启动窗口_托盘事件
| |
| |------ _时钟1_周期事件
| |
| |------ _按钮1_被单击
| |
| |
======调用的Dll
| |
| |---[dll]------ FindWindowA
| |
| |---[dll]------ FindWindowExA
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ GetWindowThreadProcessId
| |
| |---[dll]------ OpenProcess
| |
| |---[dll]------ VirtualAllocEx
| |
| |---[dll]------ VirtualFreeEx
| |
| |---[dll]------ ReadProcessMemory
| |
| |---[dll]------ CloseHandle
| |
| |---[dll]------ DLL命令1
| |
| |---[dll]------ API_AtlAxWinInit
| |
| |---[dll]------ API_CreateWindowEx
| |
| |---[dll]------ API_AtlAxGetControl
| |
| |---[dll]------ API_SendMessage
| |
| |---[dll]------ InternetSetCookieA
| |
| |---[dll]------ FindWindow
| |
| |---[dll]------ FindWindowEx
| |
| |---[dll]------ ReadProcessMemory_字节集
| |
| |---[dll]------ ReadProcessMemory_整数
| |
| |---[dll]------ WideCharToMultiByte
| |
| |---[dll]------ 初始化com
| |
| |---[dll]------ 关闭初始化com
调用的DLL命令:
.DLL命令 FindWindowA, 整数型
.参数 a, 文本型
.参数 b, 文本型
.DLL命令 FindWindowExA, 整数型, , "FindWindowExA"
.参数 a, 整数型
.参数 b
.参数 c, 文本型
.参数 d
.DLL命令 SendMessage, 整数型, , "SendMessageA"
.参数 a
.参数 b
.参数 c
.参数 d
.DLL命令 GetWindowThreadProcessId, 整数型, , "GetWindowThreadProcessId"
.参数 a
.参数 b, , 传址
.DLL命令 OpenProcess, 整数型
.参数 PROCESS_ALL_ACCESS, , , 2035711
.参数 flag, , , 0
.参数 id
.DLL命令 VirtualAllocEx, 整数型, , "VirtualAllocEx"
.参数 a
.参数 b
.参数 c
.参数 d
.参数 e
.DLL命令 VirtualFreeEx, , , "VirtualFreeEx"
.参数 a
.参数 b
.参数 c
.参数 d
.DLL命令 ReadProcessMemory, 整数型, , "ReadProcessMemory"
.参数 a
.参数 b
.参数 c, 字节集, 传址
.参数 d
.参数 e
.DLL命令 CloseHandle
.参数 handle
.DLL命令 DLL命令1
.DLL命令 API_AtlAxWinInit, 整数型, "atl.dll", "AtlAxWinInit"
.DLL命令 API_CreateWindowEx, 整数型, "user32", "CreateWindowExA", , 建立窗口
.参数 dwExStyle, 整数型
.参数 lpClassName, 文本型
.参数 lpWindowName, 文本型
.参数 dwStyle, 整数型
.参数 x, 整数型
.参数 y, 整数型
.参数 nWidth, 整数型
.参数 nHeight, 整数型
.参数 hWndParent, 整数型
.参数 hMenu, 整数型
.参数 hInstance, 整数型
.参数 lpParam, 整数型
.DLL命令 API_AtlAxGetControl, 整数型, "atl.dll", "AtlAxGetControl"
.参数 h, 整数型
.参数 x, 对象
.DLL命令 API_SendMessage, 整数型, "user32", "SendMessageA", 公开
.参数 窗口句柄, 整数型
.参数 信息值, 整数型
.参数 参数一, 整数型
.参数 参数二, 整数型
.DLL命令 InternetSetCookieA, 逻辑型, "wininet.dll", , , 设置COOKIE
.参数 域名, 文本型
.参数 名称, 文本型
.参数 内容, 文本型
.DLL命令 FindWindow, 整数型, "user32", "FindWindowA"
.参数 lpClassName, 文本型
.参数 lpWindowName, 整数型
.DLL命令 FindWindowEx, 整数型, "user32", "FindWindowExA"
.参数 hWnd1, 整数型
.参数 hWnd2, 整数型
.参数 lpsz1, 文本型
.参数 lpsz2, 整数型
.DLL命令 ReadProcessMemory_字节集, 整数型, , "ReadProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, 字节集, 传址
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型
.DLL命令 ReadProcessMemory_整数, 整数型, , "ReadProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, 整数型, 传址
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型
.DLL命令 WideCharToMultiByte, 整数型
.参数 CodePage, 整数型
.参数 dwFlags, 整数型
.参数 lpWideCharStr, 字节集
.参数 cchWideChar, 整数型
.参数 lpMultiByteStr, 文本型, 传址
.参数 cbMultiByte, 整数型
.参数 lpDefaultChar, 文本型
.参数 lpUsedDefaultChar, 逻辑型
.DLL命令 初始化com, , "ole32", "CoInitialize"
.参数 a, , , 0
.DLL命令 关闭初始化com, , "ole32", "CoUninitialize"
易语言类似易的KEY注册验证和KEY生成模块源码,生成钥匙文件,文本加密,钥匙文件注册,十六进制到十进制,文本解密...
易语言简易版超级列表框加入超链接源码,超级列表框置超链接,SendMessage_...
易语言监控tcp连接后续删除连接源码,GetPort,GetAscIP,API_GetTcpTable,API_LocalSize,API_CopyMemory,API_inet_ntoa,API_lstrlen,API_ntohs,API_SetTcpEntry...
易语言监控TCP连接API源码,GetPort,GetAscIP,API_GetTcpTable,API_LocalSize,API_CopyMemory,API_inet_ntoa,API_lstrlen,API_ntohs...
易语言电影信息采集器金牛报喜交流源码,采集信息,提取网页信息,读取海报...
易语言清除cookies模块源码,清空cookies,清空history,清空cache,清空cache文件,列出对应项目,清除项目,InternetSetOption,FindFirstUrlCacheEntry,FindNextUrlCacheEntry,FindCloseUrlCache,DeleteUrlCacheEntry...
易语言注册表监视源码,CreateEvent,RegOpenKeyEx,RegCloseKey,CloseHandle,RegNotifyChangeKeyValue,WaitForSingleObject,WaitForMultipleObjects...
易语言歌词同步源码,载入字幕文件,同步,滚动字幕...
易语言本地修改QQ群群公告源码,搜索QQ号,搜索QQ群,获取群公告,更改群公告...