sethkontny / iphone-dataprotection

Automatically exported from code.google.com/p/iphone-dataprotection
0 stars 0 forks source link

Doesn't work with iPhoneOS4.3.sdk #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install current Xcode with iPhoneOS4.3.sdk included
2. Compile the sources
3. Run the exploit on an iPhone/iPad
4. Try to connect to the iPhone/iPad per SSH.

What is the expected output? What do you see instead?
Instead of some kernel output and an "sshd-running"-information, the iPhone 
shows an Apple-logo and an empty progress bar below.

What version of the product are you using? On what operating system?
Current version, cloned out of the repository yesterday.
Current version of Mac OS X Snow Leopard.
Current version of Xcode .

Please provide any additional information below.
The compiling process seemed to be ok, but the iPhone showed the described 
screen and was not accessible by usbmux/ssh. Downgraded to iPhoneOS4.2.sdk, 
everything went OK.

Original issue reported on code.google.com by stauf...@gmail.com on 7 Jul 2011 at 7:49

GoogleCodeExporter commented 9 years ago
From your description it looks like the restored_external tool was not compiled 
properly. Did you adjust the SDK path in the Makefile ? If so and there is a 
compilation error with 4.3 SDK could you post it here ? Thanks

Original comment by jean.sig...@gmail.com on 7 Jul 2011 at 6:45

GoogleCodeExporter commented 9 years ago
Sorry for the late response.
Yes, I adjusted the SDK path in the Makefile und no, there is no compilation 
error with 4.3 SDK. Everything seems to be OK here...

Original comment by stauf...@gmail.com on 11 Jul 2011 at 3:02

GoogleCodeExporter commented 9 years ago
Please, can somebody post the working Makefile for Lion SDK 4.3?
If i try to replace the sdk path from iPhoneOS4.2 to iPhoneOS4.3 i get the LDID 
error.
Thank you

Original comment by terraf...@gmail.com on 13 Jul 2011 at 7:51

GoogleCodeExporter commented 9 years ago
Had the same thing here. I downloaded ldid from

http://code.google.com/p/networkpx/downloads/detail?name=ldid

and copied it to /usr/local/bin and called chmod +x /usr/local/bin/ldid. That 
worked for me.

Original comment by stauf...@gmail.com on 13 Jul 2011 at 7:54

GoogleCodeExporter commented 9 years ago
Thank you very much it works, but my next question is
how to compile cyanide_bootramdisk
I get the error:
make: arm-elf-gcc: No such file or directory

Can you please help me again?

Original comment by terraf...@gmail.com on 13 Jul 2011 at 12:14

GoogleCodeExporter commented 9 years ago
You need to install macports (http://www.macports.org/) and then the 
arm-elf-gcc port (sudo port install arm-elf-gcc)

Original comment by jean.sig...@gmail.com on 17 Jul 2011 at 2:49

GoogleCodeExporter commented 9 years ago

Original comment by jean.sig...@gmail.com on 6 Oct 2011 at 6:54