Ldid: Difference between revisions

From iPhone Development Wiki
(testing lowercase title, attempt 2)
(adjusting formatting slightly)
Line 1: Line 1:
{{DISPLAYTITLE:ldid}}
{{DISPLAYTITLE:ldid}}


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''' 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 -Sent.xml
<code>ldid -e</code> dumps the binary's entitlements.  


sets the binary's entitlements. For compiling ldid easily, refer to https://github.com/rpetrich/ldid.
<code>ldid -Sent.xml</code> sets the binary's entitlements.
 
For compiling ldid easily, refer to https://github.com/rpetrich/ldid.

Revision as of 03:20, 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.

For compiling ldid easily, refer to https://github.com/rpetrich/ldid.