ppwwyyxx / wechat-dump

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

[@res.py:wechat.res] Cannot get emoji [md5] in None #59

Closed vflanker closed 4 years ago

vflanker commented 6 years ago

I cound found the file named by [md5] in directory Resource/emoji/, but it keep warn me that "Cannot get emoji [md5] in None'. I compared the chat history by chat time and found that those which counld not be found in None were all emoji that added by user themselves, and those official emoji or most downloaded emoji's album from wechat official shop can be showed as normal. I cound not figure it out why there is certain file under the right directory but it kept saying nothing found. image (ps: I add some code and with these output below, it seems that problem occured in function query)

ppwwyyxx commented 4 years ago

Although the file exists in resource/emoji, it is an encrypted image file and I have not figured out the decryption. This was added to todo-list and any help is welcome.