Kc57 / iHide

A utility for hiding jailbreak from iOS applications
https://repo.kc57.com
102 stars 25 forks source link

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

Open d3ibis opened 2 years ago

d3ibis commented 2 years ago

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.

d3ibis commented 2 years ago

@Kc57 Can u have a look please ?