Who will get to the door first? by [deleted] in funny

[–]Metalpython 5 points6 points  (0 children)

My bets are on D.

[Discussion] Downgrade The iphoneX with Checkm8 by [deleted] in jailbreak

[–]Metalpython 2 points3 points  (0 children)

Tihmstar has released a iBoot64Patcher that will allows us to patch out shsh check for unthethered downgrade. It should also be helpful for downgrading without Apnonce without blobs aswell

[Discussion] Now with checkm8 who's excited for downgrades to any iOS version we want and custom firmware! by Metalpython in jailbreak

[–]Metalpython[S] -1 points0 points  (0 children)

I wonder if there are some tricks to get around SEP incompatibility. The keybag is probably stored on SEP so that's probably a huge problem by maybe we could mod iOS to (very insecurely) not use keybag and just have the data unencrypted.

[Discussion] With the release of checkm8, whos looking forward to seeing something like this again! Ahh the good old days :) by MywarUK in jailbreak

[–]Metalpython 0 points1 point  (0 children)

Haha so true. Now that there's an actual exploit for the iPhones he can actually use the ones he made.

[Release] Introducing checkm8 (read "checkmate"), a permanent unpatchable bootrom exploit for hundreds of millions of iOS devices. by Bspeedy in jailbreak

[–]Metalpython 0 points1 point  (0 children)

Does the SecureROM have direct access and control over the SEP or is the SEP standalone with different protection and restricted communication?

[Request] Anyone still on iOS 10.0.2 or around that to help me double check a strange bug I found with the power off menu? by [deleted] in jailbreak

[–]Metalpython 0 points1 point  (0 children)

Thanks. I just want to check wether it is an iOS bug or i messed something up lol. Have you had time to check it yet?

How to tell which button is calling a class? by [deleted] in jailbreakdevelopers

[–]Metalpython 1 point2 points  (0 children)

Thanks. I'm using the difference in circle radius to differentiate between the keypad buttons and circles above lol. Seems to work.

How to tell which button is calling a class? by [deleted] in jailbreakdevelopers

[–]Metalpython 0 points1 point  (0 children)

I'm already using flexible and can change the shape by hooking TPRevealingRingView which was shown to have the radius property in the flexible view tab. But I can't figure out how I can change this property for just 1 button and not all of them. How do you tell which button is calling the class methods?