//
//
//
//
//
//
//
//
//
//
软件Tags:
Rebar控件易语言源码
系统结构:HIWORD,LOWORD,安装APIHOOK,取原始数据地址,卸载APIHOOK,调用原函数,MyCreateWindowA,取变量数据地址_文本型,取变量数据地址_字节集,CZQ动态调用子程序_,取变量数据地址_整数型,取子程序地址_,CreateWindowEx,GetModuleHandle,SendMessage,SendMessageREBARBANDINFO,SendMessageTBBUTTON,InitCommonControlsEx,CopyMemory_WSABuf,拷贝字节集,LoadLibraryA,GetProcAddress,FreeLibrary,VirtualProtect,GetSysColor,
======窗口程序集1
| |
| |------ HIWORD
| |
| |------ LOWORD
| |
| |------ _主窗口_创建完毕
| |
| |
======APIHOOK
| |
| |------ _初始化
| |
| |------ _销毁
| |
| |------ 安装APIHOOK
| |
| |------ 取原始数据地址
| |
| |------ 卸载APIHOOK
| |
| |------ 调用原函数
| |
| |
======程序集1
| |
| |------ _启动子程序
| |
| |------ MyCreateWindowA
| |
| |------ 取变量数据地址_文本型
| |
| |------ 取变量数据地址_字节集
| |
| |------ CZQ动态调用子程序_
| |
| |------ 取变量数据地址_整数型
| |
| |------ 取子程序地址_
| |
| |
======调用的Dll
| |
| |---[dll]------ CreateWindowEx
| |
| |---[dll]------ GetModuleHandle
| |
| |---[dll]------ SendMessage
| |
| |---[dll]------ SendMessageREBARBANDINFO
| |
| |---[dll]------ SendMessageTBBUTTON
| |
| |---[dll]------ InitCommonControlsEx
| |
| |---[dll]------ CopyMemory_WSABuf
| |
| |---[dll]------ 拷贝字节集
| |
| |---[dll]------ LoadLibraryA
| |
| |---[dll]------ GetProcAddress
| |
| |---[dll]------ FreeLibrary
| |
| |---[dll]------ VirtualProtect
| |
| |---[dll]------ GetSysColor
调用的DLL命令:
.DLL命令 CreateWindowEx, 整数型, "user32.dll", "CreateWindowExA"
.参数 a, 整数型
.参数 b, 文本型
.参数 c, 文本型
.参数 d, 整数型
.参数 e, 整数型
.参数 f, 整数型
.参数 g, 整数型
.参数 h, 整数型
.参数 i, 整数型
.参数 j, 整数型
.参数 k, 整数型
.参数 l, 整数型
.DLL命令 GetModuleHandle, 整数型, "kernel32.dll", "GetModuleHandleA"
.参数 a, 文本型
.DLL命令 SendMessage, 整数型, "user32.dll", "SendMessageA"
.参数 a, 整数型
.参数 b, 整数型
.参数 c, 整数型
.参数 d, 整数型
.DLL命令 SendMessageREBARBANDINFO, 整数型, "user32.dll", "SendMessageA"
.参数 a, 整数型
.参数 b, 整数型
.参数 c, 整数型
.参数 d, REBARBANDINFO
.DLL命令 SendMessageTBBUTTON, 整数型, "user32.dll", "SendMessageA"
.参数 a, 整数型
.参数 b, 整数型
.参数 c, 整数型
.参数 d, TBBUTTON
.DLL命令 InitCommonControlsEx, , "comctl32.dll", "InitCommonControlsEx"
.参数 a, INITCOMMONCONTROLSEX
.DLL命令 CopyMemory_WSABuf, , "kernel32.dll", "RtlMoveMemory"
.参数 Destination, WSABuf, 传址
.参数 Source, 整数型
.参数 Length, 整数型
.DLL命令 拷贝字节集, , "kernel32.dll", "RtlMoveMemory"
.参数 目标数据, 字节集, 传址, any
.参数 原数据, 整数型, , any
.参数 尺寸, 整数型
.DLL命令 LoadLibraryA, 整数型
.参数 lpLibFileName, 文本型
.DLL命令 GetProcAddress, 整数型
.参数 hModule, 整数型
.参数 lpProcName, 文本型
.DLL命令 FreeLibrary, 逻辑型
.参数 hLibModule, 整数型
.DLL命令 VirtualProtect, 逻辑型
.参数 lpAddress, 整数型
.参数 dwSize, 整数型
.参数 flNewProtect, 整数型
.参数 lpflOldProtect, 整数型, 传址
.DLL命令 GetSysColor, 整数型, "user32.dll", "GetSysColor"
.参数 a, 整数型
