Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ormicron/chatViewTool
基于Java实现的图形化微信聊天记录解密查看器
https://github.com/Ormicron/chatViewTool
Last synced: 3 months ago
JSON representation
基于Java实现的图形化微信聊天记录解密查看器
- Host: GitHub
- URL: https://github.com/Ormicron/chatViewTool
- Owner: Ormicron
- License: unlicense
- Created: 2022-06-16T07:51:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T06:18:52.000Z (6 months ago)
- Last Synced: 2024-07-03T10:53:18.143Z (4 months ago)
- Homepage:
- Size: 5.86 KB
- Stars: 550
- Watchers: 9
- Forks: 64
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - Ormicron/chatViewTool - 基于Java实现的图形化微信聊天记录解密查看器 (Others)
README
# 声明
***该工具长期未更新维护,多数情况下已无法满足使用需求,本工具私有版/外部版本均已停止开发。***# ChatViewTool
`ChatViewTool`是一个配合[`dumpkey`](https://github.com/Ormicron/Sharp-dumpkey)(微信数据库秘钥获取工具)使用的小工具,该工具实现了微信数据库解密以及展示数据库聊天记录的功能。
![capture350345](https://user-images.githubusercontent.com/26640179/174020513-2eb7133f-7605-4978-ae0d-5e8ca4a8d0da.png)
## 使用方法
在获取数据库秘钥之后将内容保存为文本文件`DBPass.Bin`,随后提取以下相关的数据库放于秘钥文件同目录。
```
C:\Users\test\Documents\WeChat Files\微信ID\Msg\MicroMsg.db
C:\Users\test\Documents\WeChat Files\微信ID\Msg\Multi\MSG*.db
```随后打开`ChatViewTool`点击`数据库解密`并选择秘钥及数据库所在的目录,待解密完成后,点击`查看数据库`选择同目录即可完成会话展示,双击联系人列表可展示对应的聊天记录。
![capture000348](https://user-images.githubusercontent.com/26640179/174020563-f2862f0d-6cf5-4500-b448-3f529b0153c9.png)
## 引用
该工具基于`Java`编写,在编写过程中大量参考了网络上代码。
```
https://blog.csdn.net/Listening_Rift/article/details/105309990
https://zhuanlan.zhihu.com/p/340276760
```![Visitor Count](https://profile-counter.glitch.me/chatViewTool/count.svg)