ppwwyyxx / wechat-dump

Cracking encrypted wechat message history from android
GNU General Public License v3.0
1.66k stars 307 forks source link

EmojiInfo table is empty #68

Open aur3l14no opened 4 years ago

aur3l14no commented 4 years ago

get_emoji_encryption_key returns None because EmojiInfo table is empty

ppwwyyxx commented 4 years ago

Could you provide wechat version / android version as a reference?

As the function says the encryption key is equal to md5(imei) - we can let the code try this as an alternative.

aur3l14no commented 4 years ago

I'm using WeChat 7.0.6 on VMOS (Android 5.1.1).

I tried return md5(imei) but decryption fails.

Also I can't retrieve avatars, some of the emojis (official stickers) from my phone. (find resources -name "<md5>" returns empty)