Skip to content

Releases: blacktop/ipsw

v3.1.482

28 May 16:40
82fa323
Compare
Choose a tag to compare

Changelog

Bug fixes

Summary

Full Changelog: v3.1.481...v3.1.482

What to do next?

v3.1.481

28 May 07:20
ac0daad
Compare
Choose a tag to compare

Changelog

New Features

Dependency updates

Other work

Summary

Full Changelog: v3.1.480...v3.1.481

What to do next?

v3.1.480

29 Apr 20:52
2fffe45
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Documentation updates

Summary

Full Changelog: v3.1.479...v3.1.480

What to do next?

v3.1.479

28 Apr 18:03
3e4a08e
Compare
Choose a tag to compare

Changelog

New Features

  • 9a4d53d: feat: showing tbd commands some love and adding --generic flag to add ALL targets #439 (@blacktop)

Bug fixes

Dependency updates

Summary

Full Changelog: v3.1.478...v3.1.479

What to do next?

v3.1.478

27 Apr 16:59
02616e6
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 02616e6: fix: ipsw dl appledb cmd which defaults to using git will use the bin if installed othewise will use a pure Go git implementation (@blacktop)

Documentation updates

Other work

  • b832ba4: chore: hide ipsw update command as it's unnecessary now that we support all the major pkg managers (@blacktop)

Summary

Full Changelog: v3.1.477...v3.1.478

What to do next?

v3.1.477

27 Apr 15:40
11c7b21
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Summary

Full Changelog: v3.1.476...v3.1.477

What to do next?

v3.1.476

26 Apr 22:28
0a1195a
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

Other work

  • ce0a1a3: chore: add --demangle flag to ipsw class-dump cmd (same as -V) (@blacktop)
  • fdd6d26: chore: add --spm placeholder to ipsw class-dump cmd to generate full Swift Package from DSC dylib (@blacktop)
  • 421dfe1: chore: add some more flag validation to ipsw swift-dump cmd (@blacktop)

Summary

Full Changelog: v3.1.475...v3.1.476

What to do next?

v3.1.475

21 Apr 02:24
b7d163e
Compare
Choose a tag to compare

Highlight

Why

  • download iBoot via partialzip
  • extract the payloads
  • lookup the decryption keys
  • decrypt the payloads

When you can just...

❯ ipsw dl ipsw --device iPhone15,2 --version 16.6 --pattern 'iBoot.*im4p$' --decrypt
   • Parsing remote IPSW       build=20G75 device=iPhone15,2 signed=false version=16.6
   • Downloading files matching pattern "iBoot.*im4p$"
	1.27 MiB / 1.27 MiB [==========================================================| ✅  ] 604.21 KiB/s
	1.27 MiB / 1.27 MiB [==========================================================| ✅  ] 1.14 MiB/s
	242.00 b / 242.00 b [==========================================================| ✅  ]
	242.00 b / 242.00 b [==========================================================| ✅  ]
      • Created 20G75__iPhone15,2/Firmware/all_flash/iBoot.d73.RELEASE.im4p
      • Created 20G75__iPhone15,2/Firmware/all_flash/iBoot.d73.RESEARCH_RELEASE.im4p
      • Created 20G75__iPhone15,2/Firmware/all_flash/iBootData.d73.RELEASE.im4p
      • Created 20G75__iPhone15,2/Firmware/all_flash/iBootData.d73.RESEARCH_RELEASE.im4p
   • Searching for keys to decrypt files
      • Decrypted 20G75__iPhone15,2/Firmware/all_flash/iBoot.d73.RELEASE.im4p.dec
      • Decrypted 20G75__iPhone15,2/Firmware/all_flash/iBootData.d73.RELEASE.im4p.dec
      • Decrypted 20G75__iPhone15,2/Firmware/all_flash/iBootData.d73.RESEARCH_RELEASE.im4p.dec
      • Decrypted 20G75__iPhone15,2/Firmware/all_flash/iBoot.d73.RESEARCH_RELEASE.im4p.dec

😎

Changelog

New Features

  • a09f62f: feat: add 🆕 --decrypt flag to ipsw dl ipsw to attempt to lookup and use keys for --pattern files (@blacktop)

Bug fixes

Dependency updates

Summary

Full Changelog: v3.1.474...v3.1.475

What to do next?

v3.1.474

20 Apr 00:46
23ddef6
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

  • aa6a0e8: fix: add ratelimit to ipsw dl git and add --latest flag to grab only latest tag (@blacktop)
  • 3cba994: fix: parsing objc binds from DSC dylibs (@blacktop)

Dependency updates

Other work

Summary

Full Changelog: v3.1.473...v3.1.474

What to do next?

v3.1.473

19 Apr 18:43
4c16244
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Summary

Full Changelog: v3.1.472...v3.1.473

What to do next?