Open maddo7 opened 1 year ago
Seems like instagram has started to use packed relocations for the native libs and that's causing this problem.
Currently the lief-project which I'm using to patch the native so file does not support this. There is a branch with some implementation of this feature here: android-packed-relocations.
I was able to manually do that and you can check the latest version here: https://github.com/Eltion/Instagram-SSL-Pinning-Bypass/releases/tag/v275.0.0.27.98
Can you release version 278+ ? Thanks.
Seems like instagram has started to use packed relocations for the native libs and that's causing this problem.
Currently the lief-project which I'm using to patch the native so file does not support this. There is a branch with some implementation of this feature here: android-packed-relocations.
I was able to manually do that and you can check the latest version here: https://github.com/Eltion/Instagram-SSL-Pinning-Bypass/releases/tag/v275.0.0.27.98
do you mind sharing the process of manually patching..?
I will try and see maybe I can can do a pull request to lief project which will fix this issue.
Thank you very much for your efforts. Did I understand correctly that the Frida script still works with the newest version, just the patching has some issues?
Frida still work with latest versions
@evgen-dev Can you share latest arm64v8 version please?
Describe the bug
Instagram crashes right after start
Method
Patched APK with your python patcher
App info
Device info
Proxy tool
brup: v2023.2.3
Logs logcat logs attached logcat.logf
Additional context The patched APK crashes right after start. The files from your repo work without issues. Here is the stock apk (base.apk) from Google Play and the patched one. https://drive.google.com/file/d/1VcSC7KZgS4HkGV6AL5_iUj04yXJmkN1m/view?usp=share_link
Any help to get this working is highly appreciated.