Skip to content
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

Closed
CCbird opened this issue Feb 24, 2019 · 4 comments
Closed

i can't use dumpdecrypted ,tips killed:9 #498

CCbird opened this issue Feb 24, 2019 · 4 comments

Comments

@CCbird
Copy link

CCbird commented Feb 24, 2019

i use my account to signed, and the kernel Log is : only launchd is allowed to spawn untrusted binaries

@TheNoim
Copy link

TheNoim commented Feb 24, 2019

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.

@CCbird
Copy link
Author

CCbird commented Feb 25, 2019

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

@Cryptiiiic
Copy link
Contributor

@CCbird on iOS 12 things need to be signed using a cert. I recommend bfdecrypt instead.

@Cryptiiiic
Copy link
Contributor

Refer to #206 for all dumping and injecting related issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants