The libirecovery library allows communication with iBoot/iBSS of iOS devices via USB.
libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility named irecovery is also provided. This is a fork of an older version from former openjailbreak.org and is meant to be used with idevicerestore from the libimobiledevice project.
libirecovery is a cross-platform library which implements communication to iBoot/iBSS found on Apple's iOS devices via USB. A command-line utility named irecovery is also provided. This is a fork of an older version from former openjailbreak.org and is meant to be used with idevicerestore from the libimobiledevice project.
To install libirecovery, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libirecovery
To see what files were installed by libirecovery, run:
port contents libirecovery
To later upgrade libirecovery, run:
sudo port selfupdate && sudo port upgrade libirecovery
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.