Giter VIP home page Giter VIP logo

iextractor's People

Contributors

andreicalin-georgescu avatar davidxbors avatar dnne avatar razvand avatar stefanalex99 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

iextractor's Issues

Kernel cache decompression fails on some iPhone versions

Hello,

I have tried to extract the iOS kernel cache from iPhone 6,1, iPhone 6,2, iPhone 7,1 and iPhone 7.2. The kernel cache appears to be decrypted correctly, but the result of the decryption is not a lzss compressed file. I have this problem for iOS versions 7.1.2, 8.4.5 and 9.3.5.

I have extracting the kernel cache from the iOS versions above on other iPhone (and iPad) versions, and they work just fine.

Unmounting fails on added iOS 11 firmware metadata

After adding a new metadata file following the template of those already provided with iExtractor, I have found that the unmounting stage fails as shown by the output below:

Andreis-MacBook-Pro:iextractor andreicalingeorgescu$ ./run_all iPhone6,2_11.0.0_15A372
* Change working directory to scripts/
* Download firmware image
Firmware file already exists at .././ipsw/iPhone6,2_11.0.0_15A372_Restore.ipsw Do you want to continue?[y/N] Not continuing.
* Unpack firmware image
[debug] Creating folder .././out/iPhone6,2_11.0.0_15A372 if does not exist ...
[debug] Unpacking ipsw file .././ipsw/iPhone6,2_11.0.0_15A372_Restore.ipsw to .././out/iPhone6,2_11.0.0_15A372 ...
[debug] unzip -o -qq .././ipsw/iPhone6,2_11.0.0_15A372_Restore.ipsw -d .././out/iPhone6,2_11.0.0_15A372
* Decrypt disk image file
[debug] Change working directory to bin/
[debug] ./decrypt_fs .././out/iPhone6,2_11.0.0_15A372/058-70297-264.dmg 
[debug] No rootfs key provided. Assuming none is required and not decrypting disk image.
[debug] Creating a hardlink from dmg file .././out/iPhone6,2_11.0.0_15A372/058-70297-264.dmg to .././out/iPhone6,2_11.0.0_15A372/decrypted.dmg ...
[debug] ln -f .././out/iPhone6,2_11.0.0_15A372/058-70297-264.dmg .././out/iPhone6,2_11.0.0_15A372/decrypted.dmg
[info] macOS is able to attach and mount .dmg files. Not converting .././out/iPhone6,2_11.0.0_15A372/decrypted.dmg to .././out/iPhone6,2_11.0.0_15A372/rootfs.img
* Decrypt kernelcache
[info] More than one kernelcache files in .././out/iPhone6,2_11.0.0_15A372. Using the last one.
[debug] Change working directory to bin/
[debug] ./decrypt_kernel .././out/iPhone6,2_11.0.0_15A372/kernelcache.release.iphone8b  
[debug] No kernelcache key or iv provided. Assuming they are not required and not decrypting kernelcache image.
[debug] Creating a hardlink from .././out/iPhone6,2_11.0.0_15A372/kernelcache.release.iphone8b to kernelcache file in .././out/iPhone6,2_11.0.0_15A372/kernelcache.decrypted ...
[debug] ln -f .././out/iPhone6,2_11.0.0_15A372/kernelcache.release.iphone8b .././out/iPhone6,2_11.0.0_15A372/kernelcache.decrypted
[debug] Unpacking kernelcache file .././out/iPhone6,2_11.0.0_15A372/kernelcache.decrypted (offet 435) to .././out/iPhone6,2_11.0.0_15A372/kernelcache.mach.arm ...
[debug] ../tools/lzssdec/lzssdec -o 435 < .././out/iPhone6,2_11.0.0_15A372/kernelcache.decrypted > .././out/iPhone6,2_11.0.0_15A372/kernelcache.mach.arm
* Extract sandbox extension
[debug] Change working directory to bin/
[debug] ./extract_sandbox_extension .././out/iPhone6,2_11.0.0_15A372/kernelcache.mach.arm
[debug] Extracting sandbox extension from .././out/iPhone6,2_11.0.0_15A372/kernelcache.mach.arm to .././out/iPhone6,2_11.0.0_15A372/com.apple.security.sandbox.kext ...
[debug] ../tools/joker/joker.universal -K com.apple.security.sandbox .././out/iPhone6,2_11.0.0_15A372/kernelcache.mach.arm
* Mount root filesystem
Password:
[debug] Change working directory to bin/
[debug] ./mount_fs .././out/iPhone6,2_11.0.0_15A372/decrypted.dmg /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372
[debug] Mounting disk image file .././out/iPhone6,2_11.0.0_15A372/decrypted.dmg to /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372 ...
[debug] hdiutil attach -noverify -mountpoint /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372 .././out/iPhone6,2_11.0.0_15A372/decrypted.dmg
* Copy sandboxd
[info] There is no sandboxd file (/usr/libexec/sandboxd) in /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372
* Extract dynamic library cache
[debug] Change working directory to bin/
[debug] ./extract_dyld_shared_cache /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372//System/Library/Caches/com.apple.dyld/dyld_shared_cache_arm64 .././out/iPhone6,2_11.0.0_15A372/dyld_shared_cache
[debug] Extracting libraries from /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372//System/Library/Caches/com.apple.dyld/dyld_shared_cache_arm64 to .././out/iPhone6,2_11.0.0_15A372/dyld_shared_cache ...
[debug] ../tools/dyld/dsc_extractor /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372//System/Library/Caches/com.apple.dyld/dyld_shared_cache_arm64 .././out/iPhone6,2_11.0.0_15A372/dyld_shared_cache
* Pack filesystem
[debug] Packing filesystem from /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372 to .././out/iPhone6,2_11.0.0_15A372/fs.tar.gz ...
[debug] tar -C /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372 -czf .././out/iPhone6,2_11.0.0_15A372/fs.tar.gz .
* Unmount root filesystem
[debug] Change working directory to bin/
[debug] ./unmount_fs /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372
[debug] Unmounting disks for mount point /Users/andreicalingeorgescu/Desktop/iextractor/mnt/ios/iPhone6,2_11.0.0_15A372 ...
[debug] hdiutil detach /dev/disk5
[debug] hdiutil detach /dev/disk4
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
* Extract sandbox profiles
[debug] Change working directory to ../tools/sandblaster/helpers/
[debug] ./extract_sandbox_operations ../../.././out/iPhone6,2_11.0.0_15A372/com.apple.security.sandbox.kext 11.0.0 > ../../.././out/iPhone6,2_11.0.0_15A372/sb_ops
[debug] Change working directory to ../tools/sandblaster/helpers/
[debug] ./extract_sandbox_profiles ../../.././out/iPhone6,2_11.0.0_15A372/com.apple.security.sandbox.kext 11.0.0 ../../.././out/iPhone6,2_11.0.0_15A372
* 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/iPhone6,2_11.0.0_15A372/sandbox_bundle to ../../.././out/iPhone6,2_11.0.0_15A372/reversed_profiles ...
[debug] python3 reverse_sandbox.py -r 11.0.0 -o ../../.././out/iPhone6,2_11.0.0_15A372/sb_ops -d ../../.././out/iPhone6,2_11.0.0_15A372/reversed_profiles ../../.././out/iPhone6,2_11.0.0_15A372/sandbox_bundle 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.

I linked a pull request with the added file. It is also notable to mention that the script was run on macOS Catalina 10.15.5

vfdecrypt build fails on macOS Mojave 10.14.3

Hello,

When building vfdecrypt, I get the following error:

ld: warning: directory not found for option '-L/opt/local/lib'
  • I installed all of the packages using Homebrew and a fix I found for this is the following:
    brew link --force openssl

  • Then I changed the path used for LDFLAGS and CPPFLAGS in tools/vfdecrypt/Makefile as below:

    LDFLAGS="-L/usr/local/opt/openssl/lib"
    CPPFLAGS="-L/usr/local/opt/openssl/include"

Reverse sandbox profiles fails for iPhone5,1_7.0_11A465

I tried to run iExtractor for iPhone5,1_7.0_11A465 but it failed to reverse sandbox profiles.

$ ./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
[debug] Creating folder .././out/iPhone5,1_7.0_11A465 if does not exist ...
[debug] Unpacking ipsw file .././ipsw/iPhone5,1_7.0_11A465_Restore.ipsw to .././out/iPhone5,1_7.0_11A465 ...
[debug] unzip -o -qq .././ipsw/iPhone5,1_7.0_11A465_Restore.ipsw -d .././out/iPhone5,1_7.0_11A465
* Decrypt disk image file
[debug] Change working directory to bin/
[debug] ./decrypt_fs .././out/iPhone5,1_7.0_11A465/038-3511-395.dmg 3fc09269ff2d59d9d1a611d0a480ad6fd4e71d1aa43056a2eb13799432494eebbc20ad36
[debug] Decrypting dmg file .././out/iPhone5,1_7.0_11A465/038-3511-395.dmg to .././out/iPhone5,1_7.0_11A465/decrypted.dmg ...
[debug] ../tools/vfdecrypt/vfdecrypt -k3fc09269ff2d59d9d1a611d0a480ad6fd4e71d1aa43056a2eb13799432494eebbc20ad36 -i.././out/iPhone5,1_7.0_11A465/038-3511-395.dmg -o.././out/iPhone5,1_7.0_11A465/decrypted.dmg
[info] macOS is able to attach and mount .dmg files. Not converting .././out/iPhone5,1_7.0_11A465/decrypted.dmg to .././out/iPhone5,1_7.0_11A465/rootfs.img
* Decrypt kernelcache
[debug] Change working directory to bin/
[debug] ./decrypt_kernel .././out/iPhone5,1_7.0_11A465/kernelcache.release.n41 85437bbb506771cac155e4e2c01a671c fe0767f3c3e28d8a4f4326589de5210ba7601a5a0821893ac19e8263d40927f2
[debug] Decrypting kernelcache file .././out/iPhone5,1_7.0_11A465/kernelcache.release.n41 to .././out/iPhone5,1_7.0_11A465/kernelcache.decrypted ...
[debug] ../tools/xpwn/builddir/ipsw-patch/xpwntool .././out/iPhone5,1_7.0_11A465/kernelcache.release.n41 .././out/iPhone5,1_7.0_11A465/kernelcache.decrypted -iv 85437bbb506771cac155e4e2c01a671c -k fe0767f3c3e28d8a4f4326589de5210ba7601a5a0821893ac19e8263d40927f2 -decrypt
[debug] Unpacking kernelcache file .././out/iPhone5,1_7.0_11A465/kernelcache.decrypted (offet 448) to .././out/iPhone5,1_7.0_11A465/kernelcache.mach.arm ...
[debug] ../tools/lzssdec/lzssdec -o 448 < .././out/iPhone5,1_7.0_11A465/kernelcache.decrypted > .././out/iPhone5,1_7.0_11A465/kernelcache.mach.arm
* Extract sandbox extension
[debug] Change working directory to bin/
[debug] ./extract_sandbox_extension .././out/iPhone5,1_7.0_11A465/kernelcache.mach.arm
[debug] Extracting sandbox extension from .././out/iPhone5,1_7.0_11A465/kernelcache.mach.arm to .././out/iPhone5,1_7.0_11A465/com.apple.security.sandbox.kext ...
[debug] ../tools/joker/joker.universal -K com.apple.security.sandbox .././out/iPhone5,1_7.0_11A465/kernelcache.mach.arm
* Mount root filesystem
Password:
[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
[debug] Copying sandboxd file from /mnt/ios/iPhone5,1_7.0_11A465//usr/libexec/sandboxd to .././out/iPhone5,1_7.0_11A465/sandboxd ...
[debug] cp /mnt/ios/iPhone5,1_7.0_11A465//usr/libexec/sandboxd .././out/iPhone5,1_7.0_11A465/sandboxd
* 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
[debug] Change working directory to ../tools/sandblaster/helpers/
[debug] ./extract_sandbox_operations ../../.././out/iPhone5,1_7.0_11A465/com.apple.security.sandbox.kext 7.0 > ../../.././out/iPhone5,1_7.0_11A465/sb_ops
[debug] Change working directory to ../tools/sandblaster/helpers/
[debug] ./extract_sandbox_profiles ../../.././out/iPhone5,1_7.0_11A465/sandboxd 7.0 ../../.././out/iPhone5,1_7.0_11A465
* 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/* 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/* 2> /dev/null
[error] Previous command ended with error. Turn on debugging and run manually to investigate.

The extracted files are:

$ ls out/iPhone5,1_7.0_11A465/
038-3394-250.dmg                                MobileSlideShow.bin                             coresymbolicationd.bin                          nsnetworkd.bin
038-3474-250.dmg                                PasteBoard.bin                                  cplogd.bin                                      passd.bin
038-3511-395.dmg                                Restore.plist                                   dataaccessd.bin                                 pfd.bin
AdSheet.bin                                     SecureBackupAlert.bin                           debugserver.bin                                 printd.bin
AppleDiags.bin                                  Stocks.bin                                      decrypted.dmg                                   ptpd.bin
Aquarium.bin                                    StreamingUnzipService.bin                       ftp-proxy-embedded.bin                          quicklookd.bin
BTServer.bin                                    WebSheet.bin                                    gamed.bin                                       racoon.bin
BlueTool.bin                                    accessoryd.bin                                  geod.bin                                        reversed_profiles
BuildManifest.plist                             afcd.bin                                        gputoolsd.bin                                   sandbox_profiles
CFNetworkAgent.bin                              apsd.bin                                        iapd.bin                                        sandboxd
CVMServer.bin                                   com.apple.GSSCred.bin                           kernelcache.decrypted                           sb_ops
CommCenter.bin                                  com.apple.datadetectors.AddToRecentsService.bin kernelcache.mach.arm                            softwareupdated.bin
DataActivation.bin                              com.apple.sandboxd.bin                          kernelcache.release.n41                         syncdefaultsd.bin
Firmware                                        com.apple.security.sandbox.kext                 librariand.bin                                  transitd.bin
IMDPersistenceAgent.bin                         com.apple.snhelper.bin                          lockdownd.bin                                   userfs_helper.bin
Lowtide.bin                                     com.apple.tccd.bin                              mDNSResponder.bin                               userfsd.bin
MailCompositionService.bin                      com.apple.tzlinkd.bin                           mediaserverd.bin                                vibrationmanagerd.bin
MobileCal.bin                                   com.apple.ubd.bin                               mobile-house-arrest.bin                         vpn-plugins.bin
MobileMaps.bin                                  com.apple.xpcd.bin                              mobileassetd.bin
MobileSMS.bin                                   container.bin                                   nointernet.bin

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.

No tac on MacOS HighSierra 10.13.1

Hello,

The unmount_fs script in the bin directory uses the 'tac' command, but MacOS HighSierra 10.13.1 doesn't have this command.

My solution was to install gtac and add it to the script.

Decrypt disk image step fails when python3 is implicitly used

When multiple versions of python are installed on the same system(i. e. python 2.7 and python 3), run_all script fails to decrypt disk image file because of a print statement. For now, a quick(and rather dirty) fix is modifying bin/decrypt_kernel to explicitly use python2(line 34).

Unable to decrypt disk image file for iPhone1,1_1.1.4_4A102

I tried to run iExectractor for iPhone1,1_1.1.4_4A102 but it failed during decrypt disk image file.

Log:

$ ./run_no_pack_fs_no_dyld iPhone1,1_1.1.4_4A102
* Change working directory to scripts/
* Download firmware image
Firmware file already exists at .././ipsw/iPhone1,1_1.1.4_4A102_Restore.ipsw Do you want to continue?[y/N] Not continuing.
* Unpack firmware image
[debug] Creating folder .././out/iPhone1,1_1.1.4_4A102 if does not exist ...
[debug] Unpacking ipsw file .././ipsw/iPhone1,1_1.1.4_4A102_Restore.ipsw to .././out/iPhone1,1_1.1.4_4A102 ...
[debug] unzip -o -qq .././ipsw/iPhone1,1_1.1.4_4A102_Restore.ipsw -d .././out/iPhone1,1_1.1.4_4A102
* Decrypt disk image file
[error] There is no .dmg file in .././out/iPhone1,1_1.1.4_4A102
[error] Folder .././out/iPhone1,1_1.1.4_4A102 doesn't store contents of an unpacked .ipsw file.
* Decrypt kernelcache
[debug] Change working directory to bin/
[debug] ./decrypt_kernel .././out/iPhone1,1_1.1.4_4A102/kernelcache.release.s5l8900xrb  
[debug] No kernelcache key or iv provided. Assuming they are not required and not decrypting kernelcache image.
[debug] Creating a hardlink from .././out/iPhone1,1_1.1.4_4A102/kernelcache.release.s5l8900xrb to kernelcache file in .././out/iPhone1,1_1.1.4_4A102/kernelcache.decrypted ...
[debug] ln -f .././out/iPhone1,1_1.1.4_4A102/kernelcache.release.s5l8900xrb .././out/iPhone1,1_1.1.4_4A102/kernelcache.decrypted
[debug] Unpacking kernelcache file .././out/iPhone1,1_1.1.4_4A102/kernelcache.decrypted (offet ) to .././out/iPhone1,1_1.1.4_4A102/kernelcache.mach.arm ...
[debug] ../tools/lzssdec/lzssdec -o  < .././out/iPhone1,1_1.1.4_4A102/kernelcache.decrypted > .././out/iPhone1,1_1.1.4_4A102/kernelcache.mach.arm
* Extract sandbox extension
[debug] Change working directory to bin/
[debug] ./extract_sandbox_extension .././out/iPhone1,1_1.1.4_4A102/kernelcache.mach.arm
[debug] Extracting sandbox extension from .././out/iPhone1,1_1.1.4_4A102/kernelcache.mach.arm to .././out/iPhone1,1_1.1.4_4A102/com.apple.security.sandbox.kext ...
[debug] ../tools/joker/joker.universal -K com.apple.security.sandbox .././out/iPhone1,1_1.1.4_4A102/kernelcache.mach.arm
./extract_sandbox_extension: line 18: 23302 Segmentation fault: 11  "$JOKER" -K com.apple.security.sandbox "$kernelcache" > /dev/null 2>&1
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
* Mount root filesystem
Password:
[error] There is no disk image file in .././out/iPhone1,1_1.1.4_4A102
[error] Make sure you unpacked the contents of an .ipsw file and you have unpacked/decrypted the disk image file.
* Copy sandboxd
[error] No volume is mounted in /mnt/ios/iPhone1,1_1.1.4_4A102
* Unmount root filesystem
[error] No volume is mounted in /mnt/ios/iPhone1,1_1.1.4_4A102
* Extract sandbox profiles
[error] There is no com.apple.security.sandbox.kext file in .././out/iPhone1,1_1.1.4_4A102
[error] There is no sandboxd file in .././out/iPhone1,1_1.1.4_4A102
* Reverse sandbox profiles
[error] There is no sb_ops file in .././out/iPhone1,1_1.1.4_4A102

This can be fixed by modifying /scripts/decrypt_fs to accept regex ^[0-9]\{3\}-[0-9]\+-[0-9]\+.dmg instead of ^[0-9]\{3\}-[0-9]\+-[0-9]\{3\}.dmg

Note that extracted files are:

$ ls out/iPhone1,1_1.1.4_4A102/
022-3894-4.dmg                 022-3900-4.dmg                 Restore.plist                  kernelcache.mach.arm
022-3896-4.dmg                 Firmware                       kernelcache.decrypted          kernelcache.release.s5l8900xrb

Unable to extract system dynamic libraries files

I tried to extract system dynamic libraries files using the command ./run_no_pack_fs iPhone5,1_9.3_13E237. However the extraction of libraries fails as shown in the output bellow:

$ ./run_no_pack_fs iPhone5,1_9.3_13E237
* Change working directory to scripts/
* Download firmware image
Firmware file already exists at .././ipsw/iPhone5,1_9.3_13E237_Restore.ipsw Do you want to continue?[y/N] Not continuing.
* Unpack firmware image
[debug] Creating folder .././out/iPhone5,1_9.3_13E237 if does not exist ...
[debug] Unpacking ipsw file .././ipsw/iPhone5,1_9.3_13E237_Restore.ipsw to .././out/iPhone5,1_9.3_13E237 ...
[debug] unzip -o -qq .././ipsw/iPhone5,1_9.3_13E237_Restore.ipsw -d .././out/iPhone5,1_9.3_13E237
* Decrypt disk image file
[debug] Change working directory to bin/
[debug] ./decrypt_fs .././out/iPhone5,1_9.3_13E237/058-25512-331.dmg 2a66fd6377af8f60d5e300ac3aa8d9c44a1c0dee94579ad3f8a26515debbf381bb971ae8
[debug] Decrypting dmg file .././out/iPhone5,1_9.3_13E237/058-25512-331.dmg to .././out/iPhone5,1_9.3_13E237/decrypted.dmg ...
[debug] ../tools/vfdecrypt/vfdecrypt -k2a66fd6377af8f60d5e300ac3aa8d9c44a1c0dee94579ad3f8a26515debbf381bb971ae8 -i.././out/iPhone5,1_9.3_13E237/058-25512-331.dmg -o.././out/iPhone5,1_9.3_13E237/decrypted.dmg
[info] macOS is able to attach and mount .dmg files. Not converting .././out/iPhone5,1_9.3_13E237/decrypted.dmg to .././out/iPhone5,1_9.3_13E237/rootfs.img
* Decrypt kernelcache
[debug] Change working directory to bin/
[debug] ./decrypt_kernel .././out/iPhone5,1_9.3_13E237/kernelcache.release.n41 17026ef62f8da01dc0f4e7d2b8b54d4c 4ca5ec9e8dc9c5f77412c699fe724a5bfe101a79e1f2134e53bbb990e62a8c96
[debug] Decrypting kernelcache file .././out/iPhone5,1_9.3_13E237/kernelcache.release.n41 to .././out/iPhone5,1_9.3_13E237/kernelcache.decrypted ...
[debug] ../tools/xpwn/builddir/ipsw-patch/xpwntool .././out/iPhone5,1_9.3_13E237/kernelcache.release.n41 .././out/iPhone5,1_9.3_13E237/kernelcache.decrypted -iv 17026ef62f8da01dc0f4e7d2b8b54d4c -k 4ca5ec9e8dc9c5f77412c699fe724a5bfe101a79e1f2134e53bbb990e62a8c96 -decrypt
[debug] Unpacking kernelcache file .././out/iPhone5,1_9.3_13E237/kernelcache.decrypted (offet 448) to .././out/iPhone5,1_9.3_13E237/kernelcache.mach.arm ...
[debug] ../tools/lzssdec/lzssdec -o 448 < .././out/iPhone5,1_9.3_13E237/kernelcache.decrypted > .././out/iPhone5,1_9.3_13E237/kernelcache.mach.arm
* Extract sandbox extension
[debug] Change working directory to bin/
[debug] ./extract_sandbox_extension .././out/iPhone5,1_9.3_13E237/kernelcache.mach.arm
[debug] Extracting sandbox extension from .././out/iPhone5,1_9.3_13E237/kernelcache.mach.arm to .././out/iPhone5,1_9.3_13E237/com.apple.security.sandbox.kext ...
[debug] ../tools/joker/joker.universal -K com.apple.security.sandbox .././out/iPhone5,1_9.3_13E237/kernelcache.mach.arm
* Mount root filesystem
Password:
[debug] Change working directory to bin/
[debug] ./mount_fs .././out/iPhone5,1_9.3_13E237/decrypted.dmg /mnt/ios/iPhone5,1_9.3_13E237
[debug] Mounting disk image file .././out/iPhone5,1_9.3_13E237/decrypted.dmg to /mnt/ios/iPhone5,1_9.3_13E237 ...
[debug] hdiutil attach -noverify -mountpoint /mnt/ios/iPhone5,1_9.3_13E237 .././out/iPhone5,1_9.3_13E237/decrypted.dmg
* Copy sandboxd
[info] There is no sandboxd file (/usr/libexec/sandboxd) in /mnt/ios/iPhone5,1_9.3_13E237
* Extract dynamic library cache
[debug] Change working directory to bin/
[debug] ./extract_dyld_shared_cache /mnt/ios/iPhone5,1_9.3_13E237//System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7s .././out/iPhone5,1_9.3_13E237/dyld_shared_cache
[debug] Extracting libraries from /mnt/ios/iPhone5,1_9.3_13E237//System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7s to .././out/iPhone5,1_9.3_13E237/dyld_shared_cache ...
[debug] ../tools/dyld/dsc_extractor /mnt/ios/iPhone5,1_9.3_13E237//System/Library/Caches/com.apple.dyld/dyld_shared_cache_armv7s .././out/iPhone5,1_9.3_13E237/dyld_shared_cache
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
* Unmount root filesystem
[debug] Change working directory to bin/
[debug] ./unmount_fs /mnt/ios/iPhone5,1_9.3_13E237
[debug] Unmounting disks for mount point /mnt/ios/iPhone5,1_9.3_13E237 ...
[debug] hdiutil detach /dev/disk2
* Extract sandbox profiles
[debug] Change working directory to ../tools/sandblaster/helpers/
[debug] ./extract_sandbox_operations ../../.././out/iPhone5,1_9.3_13E237/com.apple.security.sandbox.kext 9.3 > ../../.././out/iPhone5,1_9.3_13E237/sb_ops
[debug] Change working directory to ../tools/sandblaster/helpers/
[debug] ./extract_sandbox_profiles ../../.././out/iPhone5,1_9.3_13E237/com.apple.security.sandbox.kext 9.3 ../../.././out/iPhone5,1_9.3_13E237/sandbox_bundle
[error] Previous command ended with error. Turn on debugging and run manually to investigate.
* Reverse sandbox profiles
[error] There is no sandbox_bundle file in .././out/iPhone5,1_9.3_13E237

I tried to look in dyld_shared_cache directory for any file but it was empty as shown bellow:

$ ls -al out/iPhone5,1_9.3_13E237/dyld_shared_cache/
total 0
drwxr-xr-x   2 test  staff   68 May 12 12:26 .
drwxr-xr-x  16 test  staff  544 May 12 12:26 ..

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.