ipsw icon indicating copy to clipboard operation
ipsw copied to clipboard

iOS/macOS Research Swiss Army Knife

Results 66 ipsw issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/blacktop/arm64-cgo](https://github.com/blacktop/arm64-cgo) from 1.0.52 to 1.0.54. Release notes Sourced from github.com/blacktop/arm64-cgo's releases. v1.0.54 Changelog New Features ef454caa7e4339f38a7c635532f7d41af8a464e1: feat: add iOS build (@​blacktop) Summary Full Changelog: https://github.com/blacktop/ipsw/compare/v1.0.53...v1.0.54 What to do next?...

To reproduce: - find an ota file (I'm using macOS 11.6.6's full installer) - cd /Volumes/ExternalDrive - `ipsw ota /Volumes/Shared\ Support/com_apple_MobileAsset_MacSoftwareUpdate/2dfb5a64fe5668616d4bd0c308ed57cd642dc52f.zip "System/Library/Kernels/kernel"` Expected: `System/Library/Kernels/kernel` from the zip is extracted to...

The ability to sign binaries is in `jtool2` and would be very useful in `ipsw` too.

enhancement

Hi! Have a small feature request. Similar to ``` $ ipsw download beta ``` It would be awesome to be able to download Beta OTAs using links on the [iphonewiki.com](https://www.theiphonewiki.com/wiki/Beta_OTA_Updates)....

It's failing due to not having a libObjc dylib

bug

Just a really small thing. The command help can be out of sync. Take for example the command: ``` $ ipsw download beta Error: requires at least 1 arg(s), only...

enhancement

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`...

enhancement

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...

enhancement

The `CachePatchInfo` struct changed in iOS15 and now starts with a 2 (most likely version number)

bug