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
For iOS 5-8 extracted sandbox profiles are separated. The issue is that they are extracted in the out/iPhone5,1_7.0_11A465/ instead of out/iPhone5,1_7.0_11A465/sandbox_profiles as the script responsible for reversing the sandbox profiles expects them to be either in sandbox_bundle or in sandbox_profiles/.
Furthermore after moving the extracted binary profiles in the sandbox_profiles/ and removing the empty directory reversed_profiles/, I noticed another error as shown by the following logs:
$ ./run_no_pack_fs_no_dyld iPhone5,1_7.0_11A465
* Change working directory to scripts/
* Download firmware image
Firmware file already exists at .././ipsw/iPhone5,1_7.0_11A465_Restore.ipsw Do you want to continue?[y/N] Not continuing.
* Unpack firmware image
Folder to unpack (.././out/iPhone5,1_7.0_11A465) already exists, a previous unpacking may have already taken place. Do you want to continue?[y/N] Not continuing.
* Decrypt disk image file
Decrypted image file .././out/iPhone5,1_7.0_11A465/decrypted.dmg already exists, a previous decryption may have already taken place. Do you want to continue?[y/N] Not continuing.
* Decrypt kernelcache
Decrypted kernelcache file .././out/iPhone5,1_7.0_11A465/kernelcache.decrypted already exists, a previous decryption may have already taken place. Do you want to continue?[y/N] Not continuing.
* Extract sandbox extension
Sandbox extension file .././out/iPhone5,1_7.0_11A465/com.apple.security.sandbox.kext already exists. Extraction has likely happened previously. Do you want to continue?[y/N] Not continuing.
* Mount root filesystem
[debug] Change working directory to bin/
[debug] ./mount_fs .././out/iPhone5,1_7.0_11A465/decrypted.dmg /mnt/ios/iPhone5,1_7.0_11A465
[debug] Mounting disk image file .././out/iPhone5,1_7.0_11A465/decrypted.dmg to /mnt/ios/iPhone5,1_7.0_11A465 ...
[debug] hdiutil attach -noverify -mountpoint /mnt/ios/iPhone5,1_7.0_11A465 .././out/iPhone5,1_7.0_11A465/decrypted.dmg
* Copy sandboxd
Sandboxd file .././out/iPhone5,1_7.0_11A465/sandboxd already exists, a previous copying has probably taken place. Do you want to continue?[y/N] Not continuing.
* Unmount root filesystem
[debug] Change working directory to bin/
[debug] ./unmount_fs /mnt/ios/iPhone5,1_7.0_11A465
[debug] Unmounting disks for mount point /mnt/ios/iPhone5,1_7.0_11A465 ...
[debug] hdiutil detach /dev/disk3
* Extract sandbox profiles
Sandbox operations file .././out/iPhone5,1_7.0_11A465/sb_ops already exists. Extraction has likely happened previously. Do you want to continue?[y/N] Not continuing.
Sandbox profiles folder .././out/iPhone5,1_7.0_11A465/sandbox_profiles already exists. Extraction has likely happened previously. Do you want to continue?[y/N] Not continuing.
* Reverse sandbox profiles
[debug] Change working directory to ../tools/sandblaster/reverse-sandbox/
[info] This step will take some time ...
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/AdSheet.bin to ../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/AdSheet.bin 2> /dev/null
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/AppleDiags.bin to ../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/AppleDiags.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/Aquarium.bin to ../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/Aquarium.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/BTServer.bin to ../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/BTServer.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/BlueTool.bin to ../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/BlueTool.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/CFNetworkAgent.bin to ../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/CFNetworkAgent.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/CVMServer.bin to ../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/CVMServer.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/CommCenter.bin to ../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/CommCenter.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/DataActivation.bin to ../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/DataActivation.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/IMDPersistenceAgent.bin to ../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/IMDPersistenceAgent.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/Lowtide.bin to ../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/Lowtide.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MailCompositionService.bin to ../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MailCompositionService.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MobileCal.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MobileCal.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MobileMaps.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MobileMaps.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MobileSMS.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MobileSMS.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MobileSlideShow.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/MobileSlideShow.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/PasteBoard.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/PasteBoard.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/SecureBackupAlert.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/SecureBackupAlert.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/Stocks.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/Stocks.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/StreamingUnzipService.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/StreamingUnzipService.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/WebSheet.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/WebSheet.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/accessoryd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/accessoryd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/afcd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/afcd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/apsd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/apsd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.GSSCred.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.GSSCred.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.datadetectors.AddToRecentsService.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.datadetectors.AddToRecentsService.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.sandboxd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.sandboxd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.snhelper.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.snhelper.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.tccd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.tccd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.tzlinkd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.tzlinkd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.ubd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.ubd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.xpcd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/com.apple.xpcd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/container.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/container.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/coresymbolicationd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/coresymbolicationd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/cplogd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/cplogd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/dataaccessd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/dataaccessd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/debugserver.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/debugserver.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/ftp-proxy-embedded.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/ftp-proxy-embedded.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/gamed.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/gamed.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/geod.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/geod.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/gputoolsd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/gputoolsd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/iapd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/iapd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/librariand.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/librariand.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/lockdownd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/lockdownd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/mDNSResponder.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/mDNSResponder.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/mediaserverd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/mediaserverd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/mobile-house-arrest.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/mobile-house-arrest.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/mobileassetd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/mobileassetd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/nointernet.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/nointernet.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/nsnetworkd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/nsnetworkd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/passd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/passd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/pfd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/pfd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/printd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/printd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/ptpd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/ptpd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/quicklookd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/quicklookd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/racoon.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/racoon.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/softwareupdated.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/softwareupdated.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/syncdefaultsd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/syncdefaultsd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/transitd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/transitd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/userfs_helper.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/userfs_helper.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/userfsd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/userfsd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/vibrationmanagerd.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/vibrationmanagerd.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
[debug] Reversing sandbox profile(s) from ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/vpn-plugins.bin to ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ...
[debug] python reverse_sandbox.py -r 7.0 -o ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/sb_ops -d ../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../../.././out/iPhone5,1_7.0_11A465/reversed_profiles ../../.././out/iPhone5,1_7.0_11A465/sandbox_profiles/vpn-plugins.bin 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
It looks like the script adds too many '../' in the path.
The text was updated successfully, but these errors were encountered:
I tried to run iExtractor for iPhone5,1_7.0_11A465 but it failed to reverse sandbox profiles.
The extracted files are:
For iOS 5-8 extracted sandbox profiles are separated. The issue is that they are extracted in the
out/iPhone5,1_7.0_11A465/
instead ofout/iPhone5,1_7.0_11A465/sandbox_profiles
as the script responsible for reversing the sandbox profiles expects them to be either insandbox_bundle
or insandbox_profiles/
.Furthermore after moving the extracted binary profiles in the
sandbox_profiles/
and removing the empty directoryreversed_profiles/
, I noticed another error as shown by the following logs:It looks like the script adds too many '../' in the path.
The text was updated successfully, but these errors were encountered: