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

One of my favorite things I like to do when I tinker around the iOS filesystem is extracting the firmware images (like Apple logo, recovery screen etc.) from the ipsw....

enhancement

So I sort of feel bad dumping my ideas here, but in the spirit of `ipsw` being the ultimate iOS research Swiss army knife tool... I HATE putting devices into...

enhancement

Here is an image showing an example of decompiler output from a kext extracted using `ipsw kernel extract`: ![image](https://user-images.githubusercontent.com/31448720/215172835-f4980865-867c-4579-bc58-b57504f82ea6.png) It would be great if these symbols could be imported into...

enhancement

```bash ❯ ipsw info -r https://updates.cdn-apple.com/2022WinterSeed/patches/032-16394/1920ACBC-B610-428A-9673-249474919386/com_apple_MobileAsset_MacSplatSoftwareUpdate/3a79ce2ac363577f160684a2c2bd3af839101cfa.zip ``` [OTA Info] ========== Version = 13.2 (a) BuildVersion = 22D7750270d OS Type = SplatPreRelease SystemOS = 098-58857-006.dmg AppOS = 098-58780-007.dmg RestoreVersion = 22.4.5027.77.4,0...

bug

Bumps [github.com/docker/docker](https://github.com/docker/docker) from 26.1.0+incompatible to 26.1.1+incompatible. Release notes Sourced from github.com/docker/docker's releases. v26.1.1 26.1.1 For a full list of pull requests and changes in this release, refer to the relevant...

dependencies

### What happened? class-dump's XCFramework feature only creates the library for `ios-arm64_x86_64-simulator` and not for other platforms like macOS ### How can we reproduce this? Use class-dump's XCFramework on a...

bug

### Is your feature request related to a problem? Please describe. I prefer the way that the Github CLI's help docs look compared to the `cobra` default docs ### Describe...

enhancement
help wanted

TL;DR: we need to find out why `ipsw` isn't able to locate the symbol for the NSObject class. If that's a blocker for this PR, it's up to you. The...

Regarding `_NSAttributedStringFromMarkdownCreator` not being found in Foundation, it looks like Apple is hiding some stuff even in public frameworks. The closest thing I could find in the framework bundled with...

> I plan to take a better look at these struct types in the future, as they cause compilation errors. For now, I'm keeping the old behaviour and not parsing...