易语言取已登陆QQ源码
系统结构:取已登陆QQ,FindWindowEx,OpenProcess,GetWindowThreadProcessId,SendMessage,VirtualAllocEx,VirtualFreeEx,ReadProcessMemory_TBBUTTON,ReadProcessMemory_TRAYDATA,ReadProcessMemory_文本,PathMatchSpecW,CloseHandle,
======窗口程序集1
| |
| |------ _按钮1_被单击
| |
| |------ 取已登陆QQ
| |
| |
======调用的Dll
| |
| |---[dll]------ FindWindowEx
| |
| |---[dll]------ OpenProcess
| |
| |---[dll]------ GetWindowThreadProcessId
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ VirtualAllocEx
| |
| |---[dll]------ VirtualFreeEx
| |
| |---[dll]------ ReadProcessMemory_TBBUTTON
| |
| |---[dll]------ ReadProcessMemory_TRAYDATA
| |
| |---[dll]------ ReadProcessMemory_文本
| |
| |---[dll]------ PathMatchSpecW
| |
| |---[dll]------ CloseHandle
调用的DLL命令:
.DLL命令 FindWindowEx, 整数型, "user32", "FindWindowExA"
.参数 hWnd1, 整数型
.参数 hWnd2, 整数型
.参数 lpClassName, 文本型
.参数 lpWindowName, 文本型
.DLL命令 OpenProcess, 整数型, "kernel32", "OpenProcess"
.参数 dwDesiredAccess, 整数型
.参数 bInheritHandle, 整数型
.参数 dwProcessId, 整数型
.DLL命令 GetWindowThreadProcessId, 整数型, "user32.dll", "GetWindowThreadProcessId"
.参数 hwnd, 整数型
.参数 lpdwProcessId, 整数型, 传址
.DLL命令 SendMessage, 整数型, , "SendMessageA"
.参数 hwnd, 整数型
.参数 wMsg, 整数型
.参数 wParam, 整数型
.参数 lParam, 整数型
.DLL命令 VirtualAllocEx, 整数型
.参数 hProcess, 整数型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 flAllocationType, 整数型
.参数 flProtect, 整数型
.DLL命令 VirtualFreeEx, 整数型
.参数 hProcess, 整数型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 flAllocationType, 整数型
.DLL命令 ReadProcessMemory_TBBUTTON, 整数型, "kernel32", "ReadProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, TBBUTTON
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型, 传址
.DLL命令 ReadProcessMemory_TRAYDATA, 整数型, "kernel32", "ReadProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, TRAYDATA, 传址
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型, 传址
.DLL命令 ReadProcessMemory_文本, 整数型, "kernel32", "ReadProcessMemory"
.参数 hProcess, 整数型
.参数 lpBaseAddress, 整数型
.参数 lpBuffer, 文本型, 传址
.参数 nSize, 整数型
.参数 lpNumberOfBytesWritten, 整数型, 传址
.DLL命令 PathMatchSpecW, 逻辑型, "shlwapi.dll", "PathMatchSpecW"
.参数 pszFile, 字节型, 传址 数组
.参数 pszSpec, 字节集, 传址
.DLL命令 CloseHandle, 整数型, , "CloseHandle"
.参数 Handle, 整数型
注:本站源码主要来源于网络收集。如有侵犯您的利益,请联系我们,我们将及时删除!
部分源码可能含有危险代码,(如关机、格式化磁盘等),请看清代码在运行。
由此产生的一切后果本站均不负责。源码仅用于学习使用,如需运用到商业场景请咨询原作者。
使用本站源码开发的产品均与本站无任何关系,请大家遵守国家相关法律。