Code Monkey home page Code Monkey logo

Comments (7)

Naituw avatar Naituw commented on May 22, 2024

I'm not sure if it's a issue of IPAPatch or protection behavior in specific app. Would you try another app? or provide me the ipa so I can test it.

from ipapatch.

jason-murray avatar jason-murray commented on May 22, 2024

from ipapatch.

Naituw avatar Naituw commented on May 22, 2024

@jason-murray Yes, such as the server only response to client with specific bundle identifier. But that is just my guess... need some experiment to confirm that.

from ipapatch.

jason-murray avatar jason-murray commented on May 22, 2024

I guess it's not possible to spoof the bundle identifier? Sorry I don't know much about app security.

from ipapatch.

Naituw avatar Naituw commented on May 22, 2024

We should use tools like Charles to inspect actual failing reason of those requests first. If you don't know how to do that, I'm happy to investigate :)

The most common way to get the bundle identifier is through -[NSBundle bundleIdentifier], and it can be spoof by method swizzling.

from ipapatch.

jason-murray avatar jason-murray commented on May 22, 2024

Thanks for your responses 👍

The app seems to use SSL certificate pinning so I can't see the content of the traffic in Charles, however the useragent is obviously not the same as the original app, I have tried to method swizzle bundleIdentifier but I'm not getting it, I don't know Obj-C.

This looks like an app specific issue though and not a wider IPAPatch issue, so feel free to close the ticket. ^^

from ipapatch.

Naituw avatar Naituw commented on May 22, 2024

@jason-murray For swizzling the bundleIdentifier, wang9262 have a example in his repo, https://github.com/wang9262/IPAPatch-WeChat/blob/feature/Vong/IPAPatch/IPAPatchEntry.m#L18 You can try and see if it works.
I will close this issue now, If you have any further questions, please feel free to open another issue.

from ipapatch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.