微信正式版(WeChat) v3.7.1.7 for Windows

itrmb 2022-6-17 1157

微信Windows版 3.7.1 正式版全新发布了!此次更新改版了朋友信息及图片视频浏览界面,此外,可以管理存储空间,群公告中能添加图片、视频、文件等内容,附上微信正式版安装包及微信多开消息防撤回补丁。

 
新版变化

微信Windows版官网页面
https://pc.weixin.qq.com

微信 3.7.0 for Windows:
-朋友信息界面改版;
-图片视频浏览界面全新改版;
-现在能对存储空间进行管理;
-在群公告中可添加图片、视频、文件等内容;
-分享视频号的消息卡片样式调整;
-意见反馈界面改版,可上传图片;
-修复了一些已知问题。

<!-- 解除效验 [本站原创首发] --> //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.1.7 for Windows 官方正式版 (2022/06/17)

https://itrmb.lanzouh.com/iCgNh06jd6gb

https://dldir1.qq.com/weixin/Windows/WeChatSetup.exe

微信去效验多开消息防撤回补丁 (2022/06/01) - itrmb
https://itrmb.lanzouh.com/ihrHa05qd2kh
最新回复 (0)
返回
发新帖