blob: 32ef837243d1df5f7d253c88d275f4b2538067fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# ldid
This is simply a small update to [xerub's unofficial fork](https://github.com/xerub/ldid), originally from saurik's repo `git://git.saurik.com/ldid.git`. This has been updated to compile for ldid2 which is necessary for some iOS jailbreaks.
`ldid` and `ldid2` macOS binaries are provided for convenience.
# Compiling
To compile from source:
```
make
```
# Troubleshooting
If you're trying to install something like [Electra jailbreak](https://github.com/coolstar/electra) from source, you'll want to:
```
cp ldid2 /usr/local/bin
```
-samy
|