Releases: blacktop/ipsw
Releases · blacktop/ipsw
v3.1.544
Changelog
Bug fixes
- bcbcb14: fix: add better error handling to XCode 16
ipsw idev img
cmds 🏎️ (@blacktop) - 78dccbc: fix: also fix XCode 16 for
ipsw idev img sign
cmd 🏎️ (@blacktop)
Summary
Full Changelog: v3.1.543...v3.1.544
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.543
Changelog
Bug fixes
- 8ac22d0: fix:
ipsw idev img mount
cmd for XCode 16 🏎️ (@blacktop) - db4efa3: fix: in
ipsw diff --feat
show content of NEW feature plists (@blacktop)
Dependency updates
Summary
Full Changelog: v3.1.542...v3.1.543
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.542
Changelog
Highlight
❯ ipsw dl ota --platform ios --device iPhone17,1 --version 18.0 --json | jq .
[
{
"url": "https://updates.cdn-apple.com/2024FallFCS/mobileassets/032-87820/49E96347-486E-47BD-858A-202BD5A90E0B/com_apple_MobileAsset_SoftwareUpdate/d9faf503145b73e746c27e075c48af44bfa02f15731649242930e38c98c5fe39.aea",
"description": "iOS18Long",
"product": "iOS",
"devices": [
"iPhone17,1_D93AP"
],
"version": "18.0",
"build": "22A3351",
"size": "7.0 GB",
"hash": "9c15349b1df5c5e68fd601d0b3099ceef49c0c0c",
"hash_algorithm": "SHA-1",
"encrypted": true,
"key": "hEOJElfZ36KloAo2VjC+8eZ/hYuT3/V+09Cg+1waAnA="
}
]
Bug fixes
Summary
Full Changelog: v3.1.541...v3.1.542
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.541
Changelog
New Features
Dependency updates
- e11eca8: chore(deps): bump deps (@blacktop)
- 7f81ac7: chore(deps): bump deps (@blacktop)
- ce871b7: chore(deps): bump deps (@blacktop)
- d14def7: chore(deps): bump github.com/PuerkitoBio/goquery from 1.9.2 to 1.10.0 (#555) (@dependabot[bot])
- 5f25276: chore(deps): bump sarisia/actions-status-discord from 1.14.7 to 1.15.0 (#554) (@dependabot[bot])
Other work
- e10990a: chore: add macOS 15 RC AEA key (@blacktop)
- 8c8e0ef: chore: add visionOS RC AEA key (@blacktop)
- 657d063: chore: add watches too to device DBs (@blacktop)
Summary
Full Changelog: v3.1.540...v3.1.541
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.540
Changelog
Bug fixes
Other work
- a1e10bf: chore: make
--force
the default when hdiutil detach-ing 🇬🇧 (@blacktop) - dbaff3b: chore: update fcs-keys (@blacktop)
Summary
Full Changelog: v3.1.539...v3.1.540
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.539
Changelog
Bug fixes
- 7480ed5: fix: add
force
to unmount in theExtractFromDMG
func 🇬🇧 (@blacktop) - 6f0468d: fix: iOS 18 prebuilt loader set parsing (@blacktop)
Summary
Full Changelog: v3.1.538...v3.1.539
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.538
Changelog
Bug fixes
- 58d77dd: fix: prebuilt loader set fallback in iOS18 (#543) (@blacktop)
- 04644df: fix: write
ipsw ota ls
to stdout, not stderr 🐟 (@blacktop)
Dependency updates
- 4c10c01: chore(deps): bump deps (@blacktop)
- 515f4ef: chore(deps): bump libc dep (@blacktop)
- 1c80721: chore(deps): bump micromatch from 4.0.7 to 4.0.8 in /www (#541) (@dependabot[bot])
- c7d31b1: chore(deps): bump webpack from 5.93.0 to 5.94.0 in /www (#542) (@dependabot[bot])
Summary
Full Changelog: v3.1.537...v3.1.538
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.537
Changelog
Bug fixes
- 6d0e742: fix:
ipsw diff
new/removed MachO bug + a unit test 👀 well, would ya look at that (@blacktop) - 8e1fae6: fix:
ipsw dsc symaddr
min arg count set to 1 (@blacktop) - 64878f2: fix:
ipsw macho info --all-fileset-entries --json
cmd to output an array of JSON for the fileset and all it's entries 🐟 (@blacktop)
Dependency updates
Other work
Summary
Full Changelog: v3.1.536...v3.1.537
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.536
Changelog
Bug fixes
- ae4ee6c: fix:
ipsw kernel symbolicate
mig skip 0 KStubRoutines (@blacktop) - 4133e3d: fix:
ipsw macho lipo
non-universal error case #537 (@blacktop)
Dependency updates
- 0b244c3: chore(deps): bump deps (@blacktop)
- 07a6c4b: chore(deps): bump deps (@blacktop)
- 760e985: chore(deps): bump frida version (@blacktop)
- 47d1509: chore(deps): bump github.com/docker/docker (#535) (@dependabot[bot])
- 510a2da: chore(deps): bump golang from 1.22 to 1.23 (#534) (@dependabot[bot])
Documentation updates
- 95e9199: docs: add
ipsw kernel symbolicate
CLI docs (@blacktop) - c1fc718: docs: add first draft of kernel symbolication blog (@blacktop)
- 15df95a: docs: draft 3 of blog (@blacktop)
- 3a3b587: docs: fix blog links to symbolicator plugins (@blacktop)
- 5b185f8: docs: update docker usage extract guide (@blacktop)
- d864777: docs: update docusaurus (@blacktop)
- 18dd153: docs: upload 2nd draft of blog (@blacktop)
Other work
- cb4d8fb: chore: add simulator targets to .tbd generation (@blacktop)
- bf00d6d: chore: allow
--pattern
to be ran w/ipsw ota extract --kernel --dyld
(@blacktop)
Summary
Full Changelog: v3.1.535...v3.1.536
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.535
Changelog
New Features
Bug fixes
- 8b55aae: fix: rm extra 'bad path' check from Mount() (@blacktop)
- 6ef1a05: fix: use case-sentative slices.Contains where it makes sense (@blacktop)
Dependency updates
- 034b367: chore(deps): bump dep (@blacktop)
- 30dd667: chore(deps): bump go-macho (@blacktop)
- 4521812: chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 (#531) (@dependabot[bot])
- 3680337: chore(deps): bump sarisia/actions-status-discord from 1.14.6 to 1.14.7 (#532) (@dependabot[bot])
Documentation updates
- 22b3116: docs: bump docusaurus (@blacktop)
- 8e08793: docs: bump docusaurus (@blacktop)
- 23a29fe: docs: fix build (@blacktop)
- ef43217: docs: update CLI docs (@blacktop)
Other work
- 8a5d306: chore: change
ipsw diff
TOC to README (@blacktop) - ba4a696: chore: improve
ipsw macho info --strings
andipsw dsc macho --strings
output (@blacktop) - 8ee8d64: chore: update fcs-keys for iOS18b6, iOS18.1b2, macOS 15b6 and macOS 15.1b2 (@blacktop)
Summary
Full Changelog: v3.1.534...v3.1.535
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon