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-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libirecovery-devel
To see what files were installed by libirecovery-devel, run:
port contents libirecovery-devel
To later upgrade libirecovery-devel, run:
sudo port selfupdate && sudo port upgrade libirecovery-devel
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.