Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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数据库中存放的历史消息记录

Awesome Lists containing this project

README

        

## 微信sqlite解密
GitHub Repo stars
GitHub forks
GitHub issues

安装库

```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)