https://github.com/oovm/wx-dump
高性能微信聊天记录导出工具, 支持 Excel, PDF
https://github.com/oovm/wx-dump
excel-export pdf-export wechat wxdump wxexport
Last synced: about 1 year ago
JSON representation
高性能微信聊天记录导出工具, 支持 Excel, PDF
- Host: GitHub
- URL: https://github.com/oovm/wx-dump
- Owner: oovm
- License: mpl-2.0
- Created: 2025-01-08T16:13:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-26T09:18:47.000Z (over 1 year ago)
- Last Synced: 2025-04-14T13:11:05.650Z (about 1 year ago)
- Topics: excel-export, pdf-export, wechat, wxdump, wxexport
- Language: Rust
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: License.md
Awesome Lists containing this project
README
# 微信导出工具
## 特色功能
- 便携单文件, 无需任何依赖
- 超高的导出速度, 超低的内存占用
## 使用
直接双击即可, 会将当前登录用户的数据库解密放到同路径下
或者使用命令行安装:
```sh
cargo install wx-dump
wxdump --help
```
## 指令
```yaml
微信聊天记录导出工具
Usage: wxdump.exe [OPTIONS] [COMMAND]
Commands:
info 显示当前登录的微信用户的信息
decrypt 解密聊天记录数据库
search 从内存中搜索指定信息
read 从内存中指定的位置搜索信息
help Print this message or the help of the given subcommand(s)
Options:
-m, --offset-map
指定偏移量文件
[default: version-list.json]
-d, --wechat-path <微信文件夹>
指定微信聊天记录的文件夹,不填写时会默认指定系统文档文件夹下的 WeChat Files 文件夹
--decrypt-path <解密文件夹>
解密后的数据将存放于该文件夹
--process-id
指定微信进程号
--process-name
指定微信进程名
[default: WeChat.exe]
--module-name
指定模块名
[default: WeChatWin.dll]
-h, --help
Print help (see a summary with '-h')
-V, --version
Print version
```