-
Notifications
You must be signed in to change notification settings - Fork 663
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
Killed 9: issue on 64bit iOS 9.3.3 #19
Comments
I'm seeing that the Killed: 9 is occurring on 9.3.3 regardless of whether DYLD_INSERT_LIBRARIES is included or not. It seems to just be occurring whenever you run the .../Application/####/Sample.app/Sample executable from the terminal. |
What worked for me was:
Tested on Pangu jailbroken iOS 9.3.3 |
Using the full paths worked for me. |
@n8r0n |
Same bugs, any solution? |
@stas-smedia perhaps you should thin your dumpdecrypted binary first. If you are on arm64 device for instance, try
This will produce a file mytalkingtom.arm64. Then try class-dump-z on this new file. @ofirkris |
2020,do this,kill 9 |
2021,do this,kill 9 |
Discussed previously here:
https://www.reddit.com/r/jailbreakdevelopers/comments/3qvcl9/dump_encrypted_appstore_app_to_be_able_to/
The text was updated successfully, but these errors were encountered: