From 5fb536dbbeec4742e7612dd8755a999b46a72a68 Mon Sep 17 00:00:00 2001 From: ppwwyyxx Date: Fri, 9 Jan 2015 12:03:16 +0800 Subject: [PATCH] change decrypted db name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d733a4..1e2d0b0 100644 --- a/README.md +++ b/README.md @@ -26,17 +26,17 @@ This tool can parse and dump WeChat chat history on a rooted android phone. + Find IMEI in system settings #### Run: -+ Decrypt database, will produce decrypted_db.db (for now, Linux only): ++ Decrypt database, will produce decrypted.db (for now, Linux only): ``` ./decrypt_db.sh ``` + Parse and dump text messages of every contact: ``` -./dump_msg.py decrypted_db.db output_dir +./dump_msg.py decrypted.db output_dir ``` + Dump messages of one contact to rich-content html, containing voice messages, emojis, and images: ``` -./dump_html.py decrypted_db.db output.html +./dump_html.py decrypted.db output.html ``` ### Screenshot: