From 016462d4a924d425c4d9ed57d4142beea374b417 Mon Sep 17 00:00:00 2001 From: Jonathon Padfield Date: Mon, 27 Apr 2015 13:20:04 +0800 Subject: [PATCH 1/2] Updated README.md to add links to rooted adb (required on some devices to pull files) and additional required programs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0c94805..417ab16 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,17 @@ This tool can parse and dump WeChat chat history on a rooted android phone. + [PyQuery](https://pypi.python.org/pypi/pyquery/1.2.1) + [pysox](https://pypi.python.org/pypi/pysox/0.3.6.alpha) + [dill](https://pypi.python.org/pypi/dill) ++ numpy + python-csscompressor(optional) + adb and rooted android phone connected to PC ++ gnu-sed #### 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 + Manual: + Get /data/data/com.tencent.mm/MicroMsg/long-long-name/EnMicroMsg.db from *root* filesystem, possible ways are: + `./android-interact.sh db` From 208deee0e3045ecbf6fcb18726737e40b876517b Mon Sep 17 00:00:00 2001 From: Jonathon Padfield Date: Mon, 27 Apr 2015 16:03:40 +0800 Subject: [PATCH 2/2] Accidentally used spaces instead of tabs in markdown list item. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 417ab16..cdfde7c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This tool can parse and dump WeChat chat history on a rooted android phone. + 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 + + Requires rooted adb. Available at https://play.google.com/store/apps/details?id=eu.chainfire.adbd&hl=en + Manual: + Get /data/data/com.tencent.mm/MicroMsg/long-long-name/EnMicroMsg.db from *root* filesystem, possible ways are: + `./android-interact.sh db`