|
发表于 2024-6-25 19:30:42
|
显示全部楼层
湖南省长沙市
群主什么时候搞个发送图片的,我找了一个call发送会崩溃
108007D2 | mov ecx,eax |
108007D4 | lea edx,dword ptr ss:[ebp-1218] |
108007DA | push edx | edx 1
108007DB | lea eax,dword ptr ds:[esi+8] | [esi+08]:L"C:\\Users\\梦情\\Documents\\WeChat ......jpg"
108007DE | push eax | 图片地址的内存地址
108007DF | lea eax,dword ptr ss:[ebp-112C] | [ebp-112C]:L".wxid_"
108007E5 | push eax | wxidVX结构体
108007E6 | lea eax,dword ptr ss:[ebp-1538] |
108007EC | push eax | 0缓存区
108007ED | call wechatwin.10BB1BE0 | 发送图片call |
|