resource dir

This commit is contained in:
ppwwyyxx
2015-01-09 12:09:53 +08:00
parent 9ee58f1ee1
commit 98bec94d48
+3 -3
View File
@@ -26,11 +26,11 @@ This tool can parse and dump WeChat chat history on a rooted android phone.
+ `./android-interact.sh imei`
+ Call `*#06#` on your phone
+ Find IMEI in system settings
+ Decrypt database, will produce decrypted.db:
+ Decrypt database, will produce `decrypted.db`:
```
./decrypt_db.sh <path to EnMicroMsg.db> <imei> <uin>
```
+ Get WeChat user resource directory from your phone:
+ Get WeChat user resource directory from your phone to `resource` directory:
+ `./android-interact.sh res` # you might need to change the resource location in this script if the default doesn't work
#### Run:
@@ -40,7 +40,7 @@ This tool can parse and dump WeChat chat history on a rooted android phone.
```
+ Dump messages of one contact to rich-content html, containing voice messages, emojis, and images:
```
./dump_html.py decrypted.db <resource directory> <contact name> output.html
./dump_html.py decrypted.db resource <contact name> output.html
```
### Screenshot: