-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
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
WeChat 8 ? #95
Comments
solved by using frida. I think the problem is sometimes the imei comes from some other device number (like the one from another previous device) I recommend using see basic instructions for frida at https://blog.greycode.top/posts/android-wechat-bak/ in english: You can also obtain the access password through Frida. If you have a python environment on your computer, it is recommended to use this method, because this method can directly obtain the password without having to try the spliced passwords one by one, and it is absolutely correct. First, install the Frida package on your computer using the following command: copy copy arm64-v8a copy copy copy |
ah interesting actually the method to compute from the imei and uin actually also produced the same password what was missing here are these 2 lines: without those, it doesn't work they are not strictly needed but I think we should also add as recommended in other places, for example https://blog.greycode.top/posts/android-wechat-bak/ opening a PR |
found necessary while investigating in ppwwyyxx#95 inspired by https://blog.greycode.top/posts/android-wechat-bak/
https://github.com/chg-hou/EnMicroMsg.db-Password-Cracker also worked but only the python version and after changing the prefix, will PR that there |
#97 PR for proposing alternative method frida always good to have several alternatives |
so actually the new db params were not needed, I just needed to update sqlcipher properly (eg uninstall libsqlcipher0 and libsqlcipher-dev ubuntu package and install https://github.com/sqlcipher/sqlcipher/releases via make + make install ) |
So everything works fine. |
Is this working for wechat8?
The decryption is failing for me, I wonder if something might have changed
The text was updated successfully, but these errors were encountered: