diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -1,22 +0,0 @@ | |||
1 | == What is iRecovery? == | ||
2 | |||
3 | iRecovery is a libusb-based commandline utility for Mac OS X, Windows, and Linux. It is able to talk to iBoot/iBSS in Apple's iPhone/iPod touch via USB. | ||
4 | |||
5 | It's completely open-source, the source code is released under the terms of the GNU General Public License v3. | ||
6 | The full license text can be found in the LICENSE file. | ||
7 | |||
8 | Here's its usage: | ||
9 | |||
10 | irecovery [args] | ||
11 | -v Start irecovery in verbose mode. | ||
12 | -c <cmd> Send command to client. | ||
13 | -f <file> Send file to client. | ||
14 | -k [payload] Send usb exploit to client. | ||
15 | -h Show this help. | ||
16 | -r Reset client. | ||
17 | -s Start interactive shell. | ||
18 | -e <script> Executes recovery shell script. | ||
19 | |||
20 | You can get info on the shell commands here: | ||
21 | http://code.google.com/p/chronicdev/wiki/iBootCommands | ||
22 | |||