Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 914 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 914 Bytes

微信sqlite解密

GitHub Repo stars GitHub forks GitHub issues

安装库

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

效果如图