You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: