# WeChatDecodeDB **Repository Path**: BenLi19999/we-chat-decode-db ## Basic Information - **Project Name**: WeChatDecodeDB - **Description**: 微信PC版本地数据库解密 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 11 - **Forks**: 8 - **Created**: 2024-01-11 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![示例图片](image.png) # WeChatDecodeDB 这个脚本用于解密微信PC端本地数据库,只需本地登陆上微信启动脚本即可自动解密当前微信的数据库 ## 先决条件 在使用此脚本之前,请确保已安装以下依赖项: - Python 3.11.5 ## 使用方法 按照以下步骤使用WeChatDecodeDB: 1. 克隆或下载此存储库到您的本地计算机。 ```powershell git clone https://gitee.com/BenLi19999/we-chat-decode-db.git cd we-chat-decode-db ``` 2. 安装所需的 Python 包: ```powershell pip install -r requirements.txt ``` 3. 检查 `version_list.json` 文件是否支持当前微信PC版本: 请务必更新到最新的版本[点击这里](https://github.com/xaoyaoo/PyWxDump/blob/master/pywxdump/version_list.json) ```json // 文件格式应如下所示,其中包含了一系列微信版本及其对应的数值 { "3.9.8.12": [53479320, 53480288, 53479176, 0, 53480252], "3.9.8.15": [64996632, 64997968, 64996440, 0, 64997904], "3.9.8.25": [65000920, 65002256, 65000728, 0, 65002192], // ... } 4. 使用以下命令运行脚本: ```powershell # 请确保微信已经是登陆状态 python main.py ``` ## 许可证 本项目根据 MIT 许可证授权 - 有关详细信息,请参阅 [LICENSE](LICENSE) 文件。 ## 鸣谢 参考代码:[https://github.com/xaoyaoo/PyWxDump](https://github.com/xaoyaoo/PyWxDump) 参考代码:[https://github.com/lich0821/WeChatDB](https://github.com/lich0821/WeChatDB) ## 免责声明 此脚本仅供教育和测试目的。请遵微信平台的服务条款。