I am trying to take a physical image of a iphone 5s iOS7 via netcat and dd.
I have copies netcat and dd from my mac to the iPhone ,and know when i type in which dd in the iphone it shows the directory. The connection between the iPhone and Mac are successful with root previledges.
So i was trying to push the image ot the mac by the following command
root#: /bin/dd if =/dev/rdisk0s2 bs=1M| /bin/nc 192.168.1.3 7000
this should have started the process, however i get the following error
-sh: /bin/dd: Bad CPU type in executable
-sh: /bin/nc: Bad CPU type in executable
any idea anyone?
↧