27CaT 发表于 2023-4-17 13:09:08

PC微信发送消息CALL调用源码 适用于3.9.2.23版本


| push 0                                  |
06363979 | 6A 01                  | push 1                                  |
0636397B | 50                     | push eax                              |
0636397C | 8D46 08                  | lea eax,dword ptr ds:            | :L”5566″
0636397F | 50                     | push eax                              |
06363980 | 8D55 94                  | lea edx,dword ptr ss:         | 消息结构体
06363983 | 8D8D 08FCFFFF            | lea ecx,dword ptr ss:          | 发送目标
06363989 | E8 F2323E00            | call wechatwin.6746C80                  | 消息call
0636398E | 83C4 18                  | add esp,18                              | 数据参数
06363991 | 8D8D 08FCFFFF            | lea ecx,dword ptr ss:

==========================================================

基址:05A60000      
CALL:wechatwin.6746C80
6746C80 -05A60000=CE6C80
计算:wechatwin.dll+CE6C80

**** Hidden Message *****
页: [1]
查看完整版本: PC微信发送消息CALL调用源码 适用于3.9.2.23版本