Ldid: Difference between revisions

From iPhone Development Wiki
m (Undo revision 4333 by Uroboro (talk) Unnecessary change inconsistent with standard)
m (Installation instructions.)
Line 8: Line 8:


The package name in Cydia is "Link Identity Editor", hosted by the Cydia/Telesphoreo repository.
The package name in Cydia is "Link Identity Editor", hosted by the Cydia/Telesphoreo repository.
== Installation ==
Via Brew or Fink, or from source:
<pre>git clone git://git.saurik.com/ldid.git
cd ldid
git submodule update --init
./make.sh
cp -f ./ldid $THEOS/bin/ldid</pre>
=== Mirrors ===
* http://ac3xx.com/ldid
* http://joedj.net/ldid
* http://jontelang.com/guide/chapter2/ldid.html


== External links ==
== External links ==

Revision as of 14:22, 12 March 2017


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.

The package name in Cydia is "Link Identity Editor", hosted by the Cydia/Telesphoreo repository.

Installation

Via Brew or Fink, or from source:

git clone git://git.saurik.com/ldid.git
cd ldid
git submodule update --init
./make.sh
cp -f ./ldid $THEOS/bin/ldid

Mirrors

External links