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

Killed 9: issue on 64bit iOS 9.3.3 #19

Open
mickayz opened this issue Aug 11, 2016 · 8 comments
Open

Killed 9: issue on 64bit iOS 9.3.3 #19

mickayz opened this issue Aug 11, 2016 · 8 comments

Comments

@mickayz
Copy link

mickayz commented Aug 11, 2016

Discussed previously here:

https://www.reddit.com/r/jailbreakdevelopers/comments/3qvcl9/dump_encrypted_appstore_app_to_be_able_to/

@mickayz
Copy link
Author

mickayz commented Aug 11, 2016

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.

@n8r0n
Copy link

n8r0n commented Aug 14, 2016

What worked for me was:

  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

@shepting
Copy link

Using the full paths worked for me.

@stas-smedia
Copy link

@n8r0n
i've tried your method and the app.decrpyted file was created but when i do:
class-dump-z mytalkingtom.decrypted
it's all filled with: XXEncryptedMethod_1345f95 etc..

@ofirkris
Copy link

Same bugs, any solution?

@eltongo
Copy link

eltongo commented Sep 6, 2016

@stas-smedia perhaps you should thin your dumpdecrypted binary first. If you are on arm64 device for instance, try

lipo mytalkingtom.decrypted -thin arm64 -output mytalkingtom.arm64

This will produce a file mytalkingtom.arm64. Then try class-dump-z on this new file.

@ofirkris
What is the error you're getting?

@19aneng
Copy link

19aneng commented Apr 21, 2020

2020,do this,kill 9

@CoderWeiLee
Copy link

2021,do this,kill 9

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

8 participants