Releases: blacktop/ipsw
Releases · blacktop/ipsw
v3.1.557
Changelog
New Features
- 3fb60e9: feat: add
--force
flag toipsw macho disass
to continue to disassemble even if Analysis fails (@blacktop) - d2ce638: feat: add
--kernel
flag toipsw kernel kmutil
cmd to show system kernel path (@blacktop)
Dependency updates
Documentation updates
Other work
Summary
Full Changelog: v3.1.556...v3.1.557
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.556
Changelog
Dependency updates
Documentation updates
Other work
- f922852: chore: add ext to
ipsw dl pcc
files + other improvements (@blacktop) - 3567a4d: chore: add 🌈 to
ipsw dl pcc --info
output (@blacktop)
Summary
Full Changelog: v3.1.555...v3.1.556
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.555
Changelog
New Features
- 8288567: feat: add
--summary
flag and--filter
flag toipsw dtree
cmd (@blacktop) - e3ba6fa: feat: add 🆕
ipsw download pcc
command (@blacktop)
Bug fixes
Dependency updates
Other work
- db838b7: chore(fcs): update keys (@blacktop)
- 990583d: chore(fcs): update keys (@blacktop)
- db96f10: chore: add initial pcc download functionality (@blacktop)
Summary
Full Changelog: v3.1.554...v3.1.555
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.554
Changelog
New Features
Bug fixes
Other work
Summary
Full Changelog: v3.1.553...v3.1.554
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.553
Changelog
Bug fixes
Summary
Full Changelog: v3.1.552...v3.1.553
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.552
Changelog
New Features
Dependency updates
- ac1720a: chore(deps): bump cookie and express in /www (#579) (@dependabot[bot])
- ede3ed6: chore(deps): bump deps (@blacktop)
- 2220330: chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /www (#582) (@dependabot[bot])
- 6541327: chore(deps): bump mermaid from 10.9.1 to 10.9.3 in /www (#580) (@dependabot[bot])
Summary
Full Changelog: v3.1.551...v3.1.552
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.551
Changelog
Dependency updates
Other work
- 1ad2498: chore: add new iPad mini (@blacktop)
- 3c6aa3a: chore: update XCode devices (@blacktop)
- 299ce5e: chore: update fcs-keys (@blacktop)
Summary
Full Changelog: v3.1.550...v3.1.551
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.550
Changelog
New Features
- 2aacaf6: feat: add NEW
/macho/info/strings
route toipswd
(@blacktop) - e785638: feat: support NEW srp auth in
ipsw download dev
cmd (@blacktop)
Bug fixes
Dependency updates
Documentation updates
Other work
- 13aef32: chore: remove a few more iOS18 TODOs (@blacktop)
- 58040a7: chore: update fcs-keys (@blacktop)
- 9c99159: chore: update fcs-keys (@blacktop)
Summary
Full Changelog: v3.1.549...v3.1.550
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.549
Highlights
🆕 trustcache
parser
❯ ipsw fw tc iPhone17,1_18.1_22B5069a_Restore.ipsw --json | jq .
{
"22B5069a__iPhone17,1/Firmware/044-09543-065.dmg.trustcache": {
"version": 2,
"uuid": "0273D1B9-CE49-4F12-8845-30623EDCCABB",
"num_entries": 30,
"entries": [
{
"cdhash": "247bc1a7e86c8602ea0b6dd8041b1479c475f7c3",
"hash_type": "sha256",
"constraint_category": 1
},
{
"cdhash": "3434f29769f58eb0557473a614cca3971defdc3f",
"hash_type": "sha256",
"constraint_category": 2
},
{
"cdhash": "3562acddc226d5180c89ce5b1e510abd2f50b46d",
"hash_type": "sha256",
"constraint_category": 2
},
{
"cdhash": "35997c88af5252be7b6554ce49aac8557ce3bd10",
"hash_type": "sha256",
"constraint_category": 1
},
{
"cdhash": "3dbe7803b88765effb8169b845bd380e50cb8195",
"hash_type": "sha256",
"constraint_category": 1
},
{
"cdhash": "419a5b4c9e1d5d3b8b0148a94a616df80d23fffa",
"hash_type": "sha256",
"constraint_category": 1
},
{
"cdhash": "4717f846b2cc7ee108bd60f225505abb853c80e1",
"hash_type": "sha256",
"constraint_category": 2
},
<SNIP>
Changelog
New Features
- 99b1e5c: feat: add
--demangle
flag toipsw dsc a2s
cmd 🥝 (@blacktop) - 1900247: feat: add
--json
flag toipsw fw tc
cmd + fix macOS img4 support (@blacktop) - adbd318: feat: add
ipsw fw tc
cmd (@blacktop)
Bug fixes
- 2a97b9f: fix: magic detection for im4p files (@blacktop)
- c80b9c3: fix: small optimization in postgres name/path processors (@blacktop)
Dependency updates
Documentation updates
- bfb1587: docs: fix API docs for /syms/rescan (@blacktop)
- 25967d9: docs: update CLI doc (@blacktop)
- f5c5e27: docs: update CLI docs (@blacktop)
Other work
- 2358ce3: chore: correct some iOS18/macOS15 field names (@blacktop)
- 8ff0307: chore: use appropriate HTTP response code for PUT in
ipswd
/syms/rescan
(@blacktop)
Summary
Full Changelog: v3.1.548...v3.1.549
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.548
Changelog
New Features
- 6d20411: feat: add copy path to clipboard button to
ipsw ent --ui
UI (@blacktop) - 9103370: feat: add regex toggle to
ipsw ent --ui
UI (@blacktop)
Summary
Full Changelog: v3.1.547...v3.1.548
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon