-
Notifications
You must be signed in to change notification settings - Fork 648
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
IOS 12 support please #228
Comments
What doesn't work on iOS 12? I do not have a device here to test with. I don't suspect there are any issues building this project for iOS 12. Also, we cannot do anything if the jailbreak you are using has invalid kernel patches for this purpose. |
That is a strange error as I do not see why a jailbroken iOS would ever care about code signing. Jailbreaks are supposed to patch AMFI. Maybe you have to inject Clutch into the cache? CT policy refers to certificate transparency policy. |
@Tatsh easy copy pasta: # safe place to work in
cd /private/var/mobile/Documents # Get the ent from bash and save it
ldid -e `which bash` > ent.xml # sign Clutch with the ent. "-Sent.xml" is the correct usage
ldid -Sent.xml `which Clutch` # inject into trust cache
inject `which Clutch` |
What is the output of ldid -e `which bash` ? |
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>platform-application</key>
<true/>
<key>com.apple.private.skip-library-validation</key>
<true/>
<key>com.apple.private.security.no-container</key>
<true/>
</dict>
</plist> |
Maybe we can sign with those during the build process on macOS but I am not sure. Usually if you sign with |
Could give it a shot yes, either that or add the steps on how to do it manually on device to the documentation perhaps? |
ios12.1.1b3 can't work too. |
It's work for me too |
The changes are in. If this is good @SergeKZ , please close the bug (or I will close it after a time). |
Sorry, but I still can't get clutch to properly work on iOS 12 Clutch is important to me as this game (PuriCone) will exit immediately in jailbroken env (detection by CrackProof), thus other kind of "open the app then decrypt" methods won't work at all.
|
Clutch does not try to defeat things like CrackProof. You will need other tools. |
Clutch worked on iOS 9, and this is just an example dump. Clutch include executables as library prevented them from executing any detection. (I think this is how Clutch works? I had read the source previously) |
iOS 12 has changed a lot of things and I do not own a device to test with so I cannot verify what users are saying whether things work or not. From what I can tell, the unc0ver jailbreak is as unstable as any post iOS 9 jailbreaks and is still beta. |
Can this be reopened please? Clutch can't dump IPAs on iOS 12 and there's no sign that the issue is related to bugs in unc0ver. |
This worked for me! I use iPhone 7 Plus with iOS 12.1.2. |
There is |
@esterTion got it. Will check that out right now. Thank you! |
get error |
inject只支持使用unc0ver的越狱方式越狱的手机 |
|
New to Didn't find the command |
mee to, have you found a solution? |
Please install |
想问下checkra1n的话要敲哪个命令呢 |
please add support ios 12
The text was updated successfully, but these errors were encountered: