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

Compatible With iOS 11? #24

Open
Lucian199027 opened this issue Jan 22, 2019 · 2 comments
Open

Compatible With iOS 11? #24

Lucian199027 opened this issue Jan 22, 2019 · 2 comments

Comments

@Lucian199027
Copy link

Hello, I would like to know is this compatible with iOS 11.2.6?

I was working on a security research task with my colleague, it's about trying to decrypted a testing app without a given ipa file.

But when we trying to execute command "DYLD_INSERT_LIBRARIES=/path/to/dumpdecrypted.dylib /path/to/executable", we always get "Killed:9" error on terminal.

We tried many solutions like: sign the dylib file before copy it into sandbox by using codesign command on macOS X, change to mobile user before execute command by using su mobile, also we tried the solution in #19, but all we got is still "Killed:9" error.

We try to track the device log to see what actually happened, then we found the error message on device log is "kernel(Sandbox)[0] : Sandbox: hook..execve() killing [pid=5001, uid=0]: only launchd is allowed to spawn untrusted binaries" when we execute command "DYLD_INSERT_LIBRARIES=/path/to/dumpdecrypted.dylib /path/to/executable" everytime.

But both of us are really not good at using macOS X. We still have no idea after tring to find some information, we hope you guys can give us some direction or help.

Thanks for help.

btw, here's our running environment:

macOS X EL Capitan, 10.11.6
Xcode version 8.0(8A218a)
iPhone 7 Plus, iOS 11.2.6, jailbreaked by Electra1131 1.1.0

@19aneng
Copy link

19aneng commented Apr 21, 2020

@Lucian199027 Solved?

@Living-Lemming
Copy link

same error for me

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