-
Notifications
You must be signed in to change notification settings - Fork 42
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
Support for iOS 14.5 #6
Comments
CC: LinusHenze/Fugu14#200 |
Thank you for your help! This resolved the |
This is how you fix it: so rehash, say I want to decrypt Discord:
it should return
Unless it’s a special case, the app should decrypt fine now, this also works on plugins. |
Hi @dlevi309 , how about the dylib decryption? dylib can't be executed and if I directly run fouldecrypt, I will get |
I’ve run into this too. The issue is that on iOS 14, an execute bit set is needed to decrypt dylib / frameworks, this is my own goofy solution: Let’s pretend that the path of the dylib you’re trying to decrypt is
This isn’t a sure fire for everything, but I’ve noticed that it works most of the time |
@dlevi309 thanks for the reply.
|
@0x5e no prob, and the app can’t be in a ./tmp environment, |
@dlevi309 I just unzip the ipa to somewhere else, but I keep the app bundle structure, did you mean the app has to be installed to |
@dlevi309 omg i love you ty, and ty nyamisty |
Hi there! While trying out fouldecrypt on iOS 14.5 using the AltStore -> Fugu14 -> unc0ver Jailbreak on an iPhone XR I wasn't able to get fouldecrypt running successfully. Here's the log output of one attempt:
Especially the part mentioning mentioning
/usr/lib/libkrw/libFugu14Krw.dylib
gave me the impression, that the issue may be related to the specific Fugu14 exploit method?The text was updated successfully, but these errors were encountered: