Jump to content

18 posts in this topic

Recommended Posts

Posted (edited)

You can use Flex or Make a tweak for it:

%hook MATSettings
- (BOOL)jailbroken {
   return NO;
}
%end

%hook MATTracker
- (void)setShouldDetectJailbroken:(BOOL)shouldDetect {
   %orig(NO);
}
%end
Updated by Dwayne Johnson
Posted

You can use Flex or Make a tweak for it:

%hook MATSettings
- (BOOL)jailbroken {
   return NO;
}
%end

%hook MATTracker
- (void)setShouldDetectJailbroken:(BOOL)shouldDetect {
   %orig(NO);
}
%end
Maybe make a tweak. Because like i said before, it seems that the app just ignore the values you change with flex. I don't know how, and I don't know why. But it's simpy what it does.

 

I tried anyway to make a tweak, but it seems that when i try ti extract the class, it has some sort of extrange format that make it impossible for a noob like me (This is my first incursion in the ios cracking) I search on the forum and i found a command called "lipo" to make a smaller version or something of my binary. But it also doesn't works. So in the enf i surrender to the only way i could do it, with an hex editor and ida.

Posted

Maybe make a tweak. Because like i said before, it seems that the app just ignore the values you change with flex. I don't know how, and I don't know why. But it's simpy what it does.

 

I tried anyway to make a tweak, but it seems that when i try ti extract the class, it has some sort of extrange format that make it impossible for a noob like me (This is my first incursion in the ios cracking) I search on the forum and i found a command called "lipo" to make a smaller version or something of my binary. But it also doesn't works. So in the enf i surrender to the only way i could do it, with an hex editor and ida.

There are many other ways for user applications to detect a jailbroken device. Have you tried Xcon?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines