doronz88
doronz88
Reversing dylibs from the DSC can be tiresome. Each dylib references another, and without loading each one's dependencies you get an image with too many invalid pointers. I think `ipsw`...
Hi :) Great work for the newly added RSS feed. I'd like to use it to automate download of newly released versions of iOS and macOS images (and possibly other...
Hi :) I'm using the latest version of `idevicerestore` (compiled from sources, commit: ddc0c16) * When trying to perform an update using `UniversalMac_11.4_20F71_Restore.ipsw` the device enters "macOS Recovery" reporting the...
When trying to update using `idevicerestore`, I get an an error that `FirmwareUpdaterPreflight` is unsupported. I added the handling of the message to just reply with an empty response instead...
**Testing env** macOS Monterey 12.0.1 (21A559) CLI version: v1.0.32 **What happened** When connecting a single device via USB I get the following result: ``` ➜ /tmp ~/Downloads/ios list --details |...
PyUSB should raise more accurate errors, such as `USBBrokenPipeError` instead of `USBError` for everything so users can treat these exceptions better. I can create this as a PR if you...