Difference between revisions of "/Developer"

From The iPhone Wiki
Jump to: navigation, search
(SecKeyRawVerify of what... :P)
Line 1: Line 1:
 
== Summary ==
 
== Summary ==
   
A file off of the root with nothing inside of it. However, if you hook your iPhone up to XCode, and click the 'Use For Development' button, the content of 'DeveloperDiskImage.dmg' gets decompressed into there.
+
A file off of the root with nothing inside of it. However, if you hook your iPhone up to Xcode, and click the 'Use For Development' button, the content of 'DeveloperDiskImage.dmg' gets decompressed by /usr/libexec/mobile_image_mounter into there.
   
 
== Patch ==
 
== Patch ==
   
If you patch out the SecKeyRawVerify, you can get Xcode to upload unsigned DeveloperDiskImage.dmg 's ; )
+
If you patch out the SecKeyRawVerify from /usr/libexec/mobile_image_mounter , you can get Xcode to upload unsigned DeveloperDiskImage.dmg 's ; )
  +
This is becuase no signature checking is performed by Xcode, only by iPhone.

Revision as of 12:13, 14 July 2009

Summary

A file off of the root with nothing inside of it. However, if you hook your iPhone up to Xcode, and click the 'Use For Development' button, the content of 'DeveloperDiskImage.dmg' gets decompressed by /usr/libexec/mobile_image_mounter into there.

Patch

If you patch out the SecKeyRawVerify from /usr/libexec/mobile_image_mounter , you can get Xcode to upload unsigned DeveloperDiskImage.dmg 's ; ) This is becuase no signature checking is performed by Xcode, only by iPhone.