Dump wechat messages into readable format.
Steps:
-
Backup iPhone via iMazing
-
Extract files from iMazing backup via File System -> Backup -> Apps -> AppDomain-com.tencent.xin -> Documents/uid/DB
- message_*.sqlite
- MM.sqlite
- WCDB_Contact.sqlite
- WCDB_OpLog.sqlite
Copy them to Mac.
-
Run this program with the folder containing files above:
cargo run -- /path/to/wechat/db
Learned from the following repos: