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 13.5 Entitlement issues make dumping a bit more painful than usual. #1

Open
0cyn opened this issue May 28, 2020 · 1 comment
Open

Comments

@0cyn
Copy link

0cyn commented May 28, 2020

For one, it seems to be impossible to load a dylib using DYLD_INSERT_LIBRARIES from any(?) location outside of the app's sandbox. It also seems to be impossible to copy a file into the app's directory or sandbox, as sshd doesn't have proper entitlements either.

I was able to bypass this via injecting the dylib via Substitute and launching the process with the args -avvv /var/mobile/Containers/Data/Application/<app_uuid>/Documents/Dump, which succeeded.

I wonder what other solutions could be found here

@0cyn
Copy link
Author

0cyn commented May 28, 2020

Just realized I won't even be able to read the dump via ssh/sftp since it's in that sandbox

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

1 participant