Difference between revisions of "/Developer"

From The iPhone Wiki
Jump to: navigation, search
m (category mark)
(Might as well add my 2 cents.)
Line 3: Line 3:
 
=== Unsigned Code ===
 
=== Unsigned Code ===
 
If you patch out the SecKeyRawVerify from [[/usr/libexec/mobile_image_mounter]], you can get [[Xcode]] to upload unsigned DeveloperDiskImage.dmg files. This is because no signature checking is performed by [[Xcode]], not on the [[iDevice|device]].
 
If you patch out the SecKeyRawVerify from [[/usr/libexec/mobile_image_mounter]], you can get [[Xcode]] to upload unsigned DeveloperDiskImage.dmg files. This is because no signature checking is performed by [[Xcode]], not on the [[iDevice|device]].
  +
===AppleInternal Use===
 
  +
In AppleInternal use, /Developer has internal things like Dtrace (as a .kext) and GCC.
 
== Contents ==
 
== Contents ==
 
=== Folders ===
 
=== Folders ===

Revision as of 15:07, 23 November 2014

Summary

This folder contains nothing by default. 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 here.

Unsigned Code

If you patch out the SecKeyRawVerify from /usr/libexec/mobile_image_mounter, you can get Xcode to upload unsigned DeveloperDiskImage.dmg files. This is because no signature checking is performed by Xcode, not on the device.

AppleInternal Use

In AppleInternal use, /Developer has internal things like Dtrace (as a .kext) and GCC.

Contents

Folders

  • (none)

Files

  • (none)

Parents

(Root)