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

classdump installed application not working in iOS 9.3.3 #13

Open
stas-smedia opened this issue Aug 29, 2016 · 5 comments
Open

classdump installed application not working in iOS 9.3.3 #13

stas-smedia opened this issue Aug 29, 2016 · 5 comments

Comments

@stas-smedia
Copy link

i've compiled from code but when i run for example
classdump-dyld -D /private/var/containers/Bundle/Application/F5F581E5-E214-4FB7-8193-93D4D1402DE1/MyTalkingTom.app/mytalkingtom
it just returns nothing, i've tried the sample application on ios 9.2.0 and it works fine

when i run for example
classdump-dyld /System/Library/Frameworks/UIKit.framework
or
classdump-dyld /usr/libexec/backboardd
it works fine, am i missing something?

@emonti
Copy link

emonti commented Aug 29, 2016

iOS at or around 9.3.3 added new restrictions around dyld/exec to prevent containerised executables (user/gui applications) from honoring DYLD_INSERT_LIBRARIES et al

@stas-smedia
Copy link
Author

@emonti
so no way to fix this? :(

@emonti
Copy link

emonti commented Aug 30, 2016

Sorry, I don't know the answer to that. CydiaSubstrate, assuming it still works on iOS 9.3.3, must have worked around this same issue somehow. Therein may lie the answer.

@emonti
Copy link

emonti commented Aug 30, 2016

here's another possible workaround: stefanesser/dumpdecrypted#19

@ofirkris
Copy link

same issue there.

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