Ldid: Difference between revisions

From iPhone Development Wiki
(adjusting formatting slightly)
(adding links)
Line 7: Line 7:
<code>ldid -Sent.xml</code> sets the binary's entitlements.
<code>ldid -Sent.xml</code> sets the binary's entitlements.


For compiling ldid easily, refer to https://github.com/rpetrich/ldid.
== Links ==
 
* [http://www.saurik.com/id/8 Bypassing iPhone Code Signatures] - saurik's original article that explains ldid
* Source: [http://gitweb.saurik.com/ldid.git http://gitweb.saurik.com/ldid.git]

Revision as of 04:04, 5 September 2013


ldid is a tool made by saurik for modifying a binary's entitlements easily. ldid also generates SHA1 hashes for the binary signature, so the iPhone kernel executes the binary.

ldid -e dumps the binary's entitlements.

ldid -Sent.xml sets the binary's entitlements.

Links