Skip to content
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

Open
GarlandM opened this issue Feb 19, 2018 · 8 comments
Open

Not working with Instagram #39

GarlandM opened this issue Feb 19, 2018 · 8 comments
Labels

Comments

@GarlandM
Copy link

It appears Instagram has changed how they handle cert pinning, as it no longer works with Instagram.

@ghost
Copy link

ghost commented Feb 19, 2018

@GarlandM Here is solution #13 (comment)

@jercypackson
Copy link

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").
Is it possible that the hook you provided is already outdated?

@ghost
Copy link

ghost commented Feb 22, 2018

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.
https://github.com/karek314/hexbytescanner-hooks/blob/master/openssl_hook_v2.json

If it breaks again, i will be glad if someone PR improved version.
below is what we are looking for, i gave more details here
nopv2

Enjoy new pattern then :)

@nabla-c0d3 nabla-c0d3 changed the title Not working with Instagram any longer Not working with Instagram Apr 14, 2018
@liuxuan30
Copy link

liuxuan30 commented Aug 21, 2018

@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!

@ghost
Copy link

ghost commented Aug 21, 2018

@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.

@gaplan
Copy link

gaplan commented Nov 8, 2018

still not working with instagram :(

@SergeKZ
Copy link

SergeKZ commented Feb 28, 2020

How to make working with instagram?

@havsar
Copy link

havsar commented Nov 11, 2022

If someone has a solution, contact me [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants
@nabla-c0d3 @gaplan @liuxuan30 @SergeKZ @havsar @GarlandM @jercypackson and others