You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Is your feature request related to adding support for an application that contains jailbreak detection?
Application Details
How is the detection triggered?
What does the application do when jailbreak is detected
Device Information (please complete the following information)
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.
The text was updated successfully, but these errors were encountered: