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

Decrypted binarry attached // Adding a bypass for a banking app #24

Open
d3ibis opened this issue May 24, 2022 · 1 comment
Open

Decrypted binarry attached // Adding a bypass for a banking app #24

d3ibis opened this issue May 24, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@d3ibis
Copy link

d3ibis commented May 24, 2022

Is your feature request related to adding support for an application that contains jailbreak detection?

Application Details

How is the detection triggered?

  • On application launch

What does the application do when jailbreak is detected

  • Does not alert the user, silently exits ( Immediate crash )

Device Information (please complete the following information)

  • Device: [iPhone 7]
  • OS: [iOS 14.4.2]
  • Jailbreak Method [Checkra1n]
  • iHide Version [v1.0.3]

Describe the solution you'd like
If you can add a bypass for this banking app.

Additional context
To save you sometime, I've decrypted the app's binary (already attached a link for it) also I dumped it to have the headers, I found that it uses the class (ANSMetadata) with 2 methods:
1)Bool-ComputeIsJailbroken (this one does most of the checks like searching for Cydia & /bin/bash...etc).
2)Bool-isJailbroken (This one I didn't find what it does).

I tried to hook both of them with no luck, I'm at the beginning of programming so please forgive me not to provide much information.

NOTE: This banking app WILL NOT work even if I rebooted my device with no jailbreak, I MUST restore rootfs in order to make it work.

Much appreciated.

@d3ibis d3ibis added the enhancement New feature or request label May 24, 2022
@d3ibis d3ibis changed the title Adding a bypass for a banking app Decrypted binarry attached // Adding a bypass for a banking app May 24, 2022
@d3ibis
Copy link
Author

d3ibis commented Jun 3, 2022

@Kc57 Can u have a look please ?

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

No branches or pull requests

1 participant