some small change

This commit is contained in:
ppwwyyxx
2015-04-12 21:10:11 +08:00
parent f8c2f2bee4
commit b80bbb39c2
4 changed files with 18 additions and 8 deletions
+1 -2
View File
@@ -14,7 +14,7 @@ This tool can parse and dump WeChat chat history on a rooted android phone.
+ adb and rooted android phone connected to PC
#### Get Necessary Data:
+ Get decrypted WeChat database (Linux only):
+ Get decrypted WeChat database (Linux & Mac Only):
+ Automatic: `./android-interact.sh db_decrypt`
+ Manual:
+ Get /data/data/com.tencent.mm/MicroMsg/long-long-name/EnMicroMsg.db from *root* filesystem, possible ways are:
@@ -60,7 +60,6 @@ Screenshots:
+ Skip existing files when copying android resources
+ Fix rare unhandled types: > 10000 and < 0
+ Better user experiences... see `grep 'TODO' lib -R`
+ mac support (For now you will have to compile sqlcipher 2.1.1 by yourself. Also, shell script might work on BSD)
+ more easy-to-use for non-programmers (GUI?)
### Disclaimers