Skip to content

Releases: blacktop/ipsw

v3.1.557

14 Nov 20:29
e046661
Compare
Choose a tag to compare

Changelog

New Features

  • 3fb60e9: feat: add --force flag to ipsw macho disass to continue to disassemble even if Analysis fails (@blacktop)
  • d2ce638: feat: add --kernel flag to ipsw 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?

v3.1.556

10 Nov 01:34
8470839
Compare
Choose a tag to compare

Changelog

Dependency updates

Documentation updates

Other work

Summary

Full Changelog: v3.1.555...v3.1.556

What to do next?

v3.1.555

07 Nov 18:22
72999c7
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

Other work

Summary

Full Changelog: v3.1.554...v3.1.555

What to do next?

v3.1.554

25 Oct 02:36
3402770
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Other work

Summary

Full Changelog: v3.1.553...v3.1.554

What to do next?

v3.1.553

24 Oct 17:14
e362f83
Compare
Choose a tag to compare

Changelog

Bug fixes

Summary

Full Changelog: v3.1.552...v3.1.553

What to do next?

v3.1.552

24 Oct 01:50
d4da6b9
Compare
Choose a tag to compare

Changelog

New Features

  • d4da6b9: feat: add ability to parse NEW exclavecore_bundle format (iOS18.2+) (@blacktop)

Dependency updates

Summary

Full Changelog: v3.1.551...v3.1.552

What to do next?

v3.1.551

21 Oct 18:52
eadb7db
Compare
Choose a tag to compare

Changelog

Dependency updates

Other work

Summary

Full Changelog: v3.1.550...v3.1.551

What to do next?

v3.1.550

20 Oct 04:12
9311653
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

Documentation updates

Other work

Summary

Full Changelog: v3.1.549...v3.1.550

What to do next?

v3.1.549

07 Oct 16:40
3da8ece
Compare
Choose a tag to compare

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

Bug fixes

Dependency updates

Documentation updates

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?

v3.1.548

29 Sep 18:55
9103370
Compare
Choose a tag to compare

Changelog

New Features

Summary

Full Changelog: v3.1.547...v3.1.548

What to do next?