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

最近iOS 9.3可以越狱了, 但是在9.3越狱设备上砸壳, cycript等工具貌似出现问题 #7

Open
SouHanaQiao opened this issue Jul 26, 2016 · 1 comment

Comments

@SouHanaQiao
Copy link

No description provided.

@niyaoyao
Copy link

If you use dumpdecrypted to decrypt Mach-O, the solution below maybe useful for you

  1. copy dumpdecrypted.dylib into /usr/lib. Make sure it has appropriate permissions so that user mobile can read and execute it

-rwxr-xr-x 1 root wheel 197528 Aug 14 16:22 dumpdecrypted.dylib

  1. change user to mobile:

su mobile

  1. change directory into somewhere that mobile can write to:

cd /var/mobile/Documents

  1. execute the command with absolute paths:

DYLD_INSERT_LIBRARIES=/usr/lib/dumpdecrypted.dylib /var/containers/Bundle/Application/59CEB222-4C4D-4A34-BC0F-8D38B9E3853D/MyApp.app/MyApp

  1. then, you'll have the MyApp.decrypted file in the current directory

Tested on Pangu jailbroken iOS 9.3.3

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

2 participants