Ldid

From iPhone Development Wiki
Revision as of 03:08, 5 September 2013 by Mxms (talk | contribs) (Ldid is used for modifying a binary's entitlements.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.