Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adysec/wechat_sqlite
微信sqlite解密 | 从内存中快速搜索指定数据。获取基址+偏移量与特征,从而达到微信版本每次更新不需要重新查找地址。可获取自己电脑上已登录微信的微信号,wxid,手机号,sqlite解密密钥。解密微信sqlite数据库中存放的历史消息记录
https://github.com/adysec/wechat_sqlite
decode encode hook python security sqlite tools wechat
Last synced: about 14 hours ago
JSON representation
微信sqlite解密 | 从内存中快速搜索指定数据。获取基址+偏移量与特征,从而达到微信版本每次更新不需要重新查找地址。可获取自己电脑上已登录微信的微信号,wxid,手机号,sqlite解密密钥。解密微信sqlite数据库中存放的历史消息记录
- Host: GitHub
- URL: https://github.com/adysec/wechat_sqlite
- Owner: adysec
- License: cc0-1.0
- Created: 2024-01-10T02:20:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-01T03:10:10.000Z (5 months ago)
- Last Synced: 2024-11-07T10:23:52.986Z (8 days ago)
- Topics: decode, encode, hook, python, security, sqlite, tools, wechat
- Language: Python
- Homepage: https://adysec.com
- Size: 1.26 MB
- Stars: 195
- Watchers: 140
- Forks: 139
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
安装库
```bash
pip install -r requirements.txt
```登录状态的微信获取key
```bash
python 1-search_wecaht_key.py
# OR
wechat-dump-rs.exe
```复制MSG0.db到当前目录,通过key解密
```bash
python 2-decode_db.py
```效果如图
![](1.jpg)
![](2.jpg)