change decrypted db name

This commit is contained in:
ppwwyyxx
2015-01-09 12:03:16 +08:00
parent 7ee5312783
commit 5fb536dbbe
+3 -3
View File
@@ -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 <path to EnMicroMsg.db> <imei> <uin>
```
+ 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 <resource directory> <contact name> output.html
./dump_html.py decrypted.db <resource directory> <contact name> output.html
```
### Screenshot: