隐藏“QQ软件已被破坏或部分文件丢失”弹窗

干掉了QQProtect,结果还有其他校验,老是弹窗提示“QQ软件已被破坏或部分文件丢失”,让重新安装。。
无奈暂时写了个小程序,可以隐藏安全弹窗,作为临时替代方案

代码很简单没啥东西,代码备份:

1
2
3
4
5
6
7
8
9
10
#include <iostream>
#include <windows.h>
using namespace std;

int main(){
HWND hwQQSafe = FindWindow("TXGuiFoundation","QQ安全中心");
cout<<hwQQSafe;
ShowWindow(hwQQSafe,IsWindowVisible(hwQQSafe)?SW_HIDE:SW_SHOW);
return 0;
}
Donate
  • Copyright: Copyright is owned by the author. For commercial reprints, please contact the author for authorization. For non-commercial reprints, please indicate the source.

请我喝杯咖啡吧~

支付宝
微信