Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.17 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.17 KB

微信sqlite解密

GitHub Repo stars GitHub forks GitHub issues

说明

目前有更好的项目https://github.com/0xlane/wechat-dump-rs,原先该项目无获取key功能和源码,仅支持下载可执行文件,因此建立了本仓库,现在对方提供了wechat-dump-rs.exe源码,并支持4.0版本微信

使用方法

安装库

pip install -r requirements.txt

登录状态的微信获取key

python 1-search_wecaht_key.py
# OR
wechat-dump-rs.exe

复制MSG0.db到当前目录,通过key解密

python 2-decode_db.py

效果如图