{"contents":"# wxdump-linux\n\nLinux 版微信(WeChat 4.x AppImage)数据库解密与查看工具。\n\n## 核心功能\n\n1. **提取密钥** — 从运行中的微信进程内存中扫描 SQLCipher 4 raw key\n2. **解密数据库** — 使用提取的密钥解密 SQLCipher 4 数据库(AES-256-CBC + HMAC-SHA512)\n3. **合并数据库** — 将多个解密后的数据库合并为单一文件\n4. **Web 查看** — 通过浏览器查看聊天记录、导出为 HTML/CSV\n\n## 安装\n\n### Nix Flake(推荐)\n\n```bash\n# 进入开发环境\nnix develop\n\n# 或直接运行\nnix run .\n```\n\n### 从源码\n\n```bash\ngit clone https://github.com/user/wxdump-linux.git\ncd wxdump-linux\nnix develop\n```\n\n## 快速使用\n\n```bash\n# 查看帮助\nwxdump -h\n\n# 获取微信信息(自动从进程内存提取密钥)\nwxdump info\n\n# 从进程内存提取所有数据库密钥\nwxdump linux_key\n\n# 解密数据库(自动提取密钥)\nwxdump decrypt -o ./decrypted\n\n# 合并已解密的数据库\nwxdump merge -i ./decrypted -o ./merged/merge.db\n\n# 启动 Web 查看界面\nwxdump ui\n\n# 启动 API 服务(不打开浏览器)\nwxdump api\n```\n\n## 详细文档\n\n- [用户指南](doc/UserGuide.md)\n\n\n## 致谢\n\n本项目基于 [PyWxDump](https://github.com/xaoyaoo/PyWxDump)([xaoyaoo](https://github.com/xaoyaoo))重构,原项目基于 [SharpWxDump](https://github.com/AdminTest0/SharpWxDump)。\n\n感谢所有原项目贡献者:\n\n[![PyWxDump 贡献者](https://contrib.rocks/image?repo=xaoyaoo/PyWxDump)](https://github.com/xaoyaoo/PyWxDump/graphs/contributors)\n","is_binary":false,"path":"README.md","ref":""}