-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
i can't use dumpdecrypted ,tips killed:9 #498
Comments
So far I understand it, you need to have a valid ent on the binary and you need to inject its trust cd /private/var/mobile/Documents # save place to work in
ldid -e `which bash` > ent.xml # Get the ent from bash and save it
ldid -Sent.xml `which dumpdecrypted` # sign dumpdecrypted with the ent. "-Sent.xml" is the correct usage
inject `which dumpdecrypted` # inject into trust cache But not really sure if this is correct. At least this is the way how I archive this. |
how did i delete the trust cache,i use your method but still can't,the kernel tip same as before |
@CCbird on iOS 12 things need to be signed using a cert. I recommend bfdecrypt instead. |
Refer to #206 for all dumping and injecting related issues. |
i use my account to signed, and the kernel Log is : only launchd is allowed to spawn untrusted binaries
The text was updated successfully, but these errors were encountered: