Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Chronic-Dev/libirecovery
Console library for iBoot/iBSS used by iPhone & iPod touch
https://github.com/Chronic-Dev/libirecovery
Last synced: 18 days ago
JSON representation
Console library for iBoot/iBSS used by iPhone & iPod touch
- Host: GitHub
- URL: https://github.com/Chronic-Dev/libirecovery
- Owner: Chronic-Dev
- License: lgpl-2.1
- Created: 2010-07-02T05:22:25.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T01:32:53.000Z (about 3 years ago)
- Last Synced: 2024-07-31T22:54:57.121Z (3 months ago)
- Language: C
- Homepage:
- Size: 751 KB
- Stars: 157
- Watchers: 35
- Forks: 71
- Open Issues: 12
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
== What is libirecovery? ==
libirecovery is a cross-platform library which implements communication to
iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility is also
provided.The software is completely open-source, the source code is released under the
terms of the LGPL 2.1. The full license text can be found in the LICENSE file.Here's its usage:
irecovery [args]
-v Start irecovery in verbose mode.
-c Send command to client.
-f Send file to client.
-k [payload] Send usb exploit to client.
-h Show this help.
-r Reset client.
-s Start interactive shell.
-e Executes recovery shell script.You can get info on the shell commands here:
http://code.google.com/p/chronicdev/wiki/iBootCommands