-
Notifications
You must be signed in to change notification settings - Fork 466
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
Not working with Instagram #39
Comments
@GarlandM Here is solution #13 (comment) |
Hi @karek314 your solution does not work with any of the newest Instagram ipas (33.0) on iPhoneCake ("Can't patch because patch address has not been found"). |
Hi @jercypackson, next time please open issue in hexbytescanner-hooks repo as it's related to that issue. We don't want to make a mess in @nabla-c0d3 repository. Indeed, pattern broke. I bet it's either due different compiler behaviour or slightly different version of openssl lib. That pattern was pretty fresh and untested. I have pushed v2 version of it. It should work fine. If it breaks again, i will be glad if someone PR improved version. Enjoy new pattern then :) |
@karek314 I'm a little confused how to put all these together to make it work. Do you have any instructions/manual for like finding the pattern and patching the apps? Thank in advance! |
@liuxuan30 I think you will find everything with links below Finding pattern itself is just experience, if you find any clue which library is used, then you can search for it, try to finds similar code in ASM, small hint - some strings are statically linked with the same functions, thus it's good start. |
still not working with instagram :( |
How to make working with instagram? |
If someone has a solution, contact me [email protected] |
It appears Instagram has changed how they handle cert pinning, as it no longer works with Instagram.
The text was updated successfully, but these errors were encountered: