We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get_emoji_encryption_key returns None because EmojiInfo table is empty
The text was updated successfully, but these errors were encountered:
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.
md5(imei)
Sorry, something went wrong.
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)
find resources -name "<md5>"
No branches or pull requests
get_emoji_encryption_key returns None because EmojiInfo table is empty
The text was updated successfully, but these errors were encountered: