wechat-export
2022-8-29 03:7:23 Author: github.com(查看原文) 阅读量:699 收藏

This branch is up to date with sn00pyd0g3/wechat-export:main.

Contribute
  • This branch is not ahead of the upstream sn00pyd0g3:main.

    No new commits yet. Enjoy your day!

Files

Permalink

Failed to load latest commit information.

Type

Name

Latest commit message

Commit time

wx-dump-key

获取微信聊天记录数据库密钥,各版本通用。

程序中内置了两种方法获取微信聊天记录密钥,不需要考虑微信版本:

  • 收集历史版本偏移,通过偏移获取密钥。
  • 通过特征码定位的方式,搜索内存获取密钥。即使是未知版本也能获取到。

使用方法:wx-dump-key-v0.1.0.exe zmkm

wx-decrypter

解密微信聊天记录,导出为db和csv格式。

$ wx-decrypter.exe
Usage:
    1.put you db in "input" folder.
    2.run "wx-decrypter.exe your-sqlite-key"

使用方法:
1、将需解密的数据库保存至程序所在目录的input目录中。
MSG<n>.db中是消息记录(必需),MicroMsg.db中是好友列表(非必需)。

2、执行 wx-decrypter.exe <获取到的密钥>
解密后的文件位于output目录中。

注:使用过程中程序不会联网


文章来源: https://github.com/y35uishere/wechat-export
如有侵权请联系:admin#unsafe.sh