From 8810f35c22040b481e3ba9d1590685cf7b416fb2 Mon Sep 17 00:00:00 2001 From: ppwwyyxx Date: Tue, 16 Jun 2015 23:54:45 +0800 Subject: [PATCH] fix readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6ba971..b791dc4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ WeChat(微信), as the most popular mobile IM app in China, failed to allow users to export well-formatted chat history. This tool can parse and dump WeChat chat history on a rooted android phone. +NEWS: WeChat 6.0+ use silk to encode audio. The code is updated. + ### How to use: #### Dependencies: @@ -14,10 +16,10 @@ This tool can parse and dump WeChat chat history on a rooted android phone. + python-csscompressor(optional) + adb and rooted android phone connected to PC + gnu-sed ++ Silk audio decoder (just run `./third-party/compile_silk.sh`) #### Get Necessary Data: - + Get decrypted WeChat database (Linux & Mac Only): + Automatic: `./android-interact.sh db-decrypt` + Requires rooted adb. Available at https://play.google.com/store/apps/details?id=eu.chainfire.adbd&hl=en @@ -60,7 +62,6 @@ Screenshots: ![byvoid](https://github.com/ppwwyyxx/wechat-dump/raw/master/screenshots/byvoid.jpg) ### TODO -+ (IMPORTANT) Audio file encryption method for latest version of wechat. + Export all messages to libchat, and render messages from libchat + Search by uid/username + Skip existing files when copying android resources