微信Windows版v3.7.5正式版全新发布了.此次更新变化如下:服务号消息默认为免打扰,此外,群视频通话增加大图模式并能共享屏幕,同时局域网文件传输速度更快了,附上微信正式版安装包及微信多开消息防撤回补丁.
新版变化
微信Windows版官网页面
https://pc.weixin.qq.com
Windows 微信 3.7.5 新增功能:
- 在群视频通话时可共享屏幕;
- 群视频通话增加大图模式;
- 服务号消息默认为免打扰;
- 文件在局域网内传输速度更快;
- 订阅号消息样式调整;
- 修复了一些已知问题。
<!-- 解除效验 [本站原创首发] --> //3.7.0.27版本开始无需修改!
/* 3.7.0版本开始,官方版会检测模块安全效验,如果改过模块就提示
“由于环境异常,不能继续使用。请从官方渠道重新下载安装后使用。”*/
载入主程序WeChat.exe->进入模块->WeChat.exe 关键词:show_verify_error
85C0 test eax,eax
75 59 jnz short WeChat_-.00E66B10 //改为 jmp
68 0A020000 push 20A
50 push eax
8D85 E4FDFFFF lea eax,[local.135]
50 push eax
E8 07290000 call WeChat_-.00E693D0
83C4 0C add esp,0C
8D85 E4FDFFFF lea eax,[local.135]
68 04010000 push 104 ; /BufSize = 104 (260.)
50 push eax ; |PathBuffer
6A 00 push 0 ; |hModule = NULL
FF15 44B0E700 call dword ptr ds:[<&KERNEL32.GetModuleF>; \GetModuleFileNameW
6A 01 push 1 ; /IsShown = 1
6A 00 push 0 ; |DefDir = NULL
68 5425E800 push WeChat_-.00E82554 ; |show_verify_error
<!-- 解除多开限制多账号可以正常登陆 [本站修改方式] -->
Ctrl+N 查找函数 &USER32.FindWindow 或者字符串 WeChatMainWndForPC
80BD ???????? 00 cmp byte ptr ss:[ebp-3D1],0 //改为mov byte ptr ss:[ebp-3D1],1
74 ?? je short WeChatWi.56EDE701 //或者改为jmp
8B3D ???????? mov edi,dword ptr ds:[<&USER32.FindWindow>
6A 00 push 0
68 ???????? push WeChatWi.xxxxxxxx ; WeChatMainWndForPC
<!-- 消息防撤回,带对方撤回消息提示 [本站修改方式] -->
/*3.3版是显示对方已撤回提示的最终版,之后版本只能防撤回不显已撤回提示*/
搜索字符串:ChatMgr::IsRevokemsg 找到该字符串下面的比较和跳转指令地方
68 ???????? push WeChatWi.xxxxxxxx ; ChatMgr::IsRevokemsg
68 ???????? push 45D
C6?? ?? mov byte ptr ds:[eax],2
89?? ?? mov dword ptr ds:[eax+8],esi
E8 ???????? call WeChatWi.xxxxxxxx
83C4 70 add esp,70
EB ?? jmp short WeChatWi.565ED61F
68 ???????? push WeChatWi.xxxxxxx ; type
8BCF mov ecx,edi
E8 ???????? call WeChatWi.xxxxxxx
85C0 test eax,eax //改为xor eax,eax或下面je改jmp
74 32 je short WeChatWi.xxxxxxx
B9 ???????? mov ecx,WeChatWi.xxxxxxx ; revokemsg
下载地址
微信PC版 3.7.5.31 for Windows 官方正式版 (2022/08/05)
https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe
微信去效验多开消息防撤回补丁 - itrmb (2022/06/01)
https://itrmb.lanzouv.com/ihrHa05qd2kh