Skip to content

Releases: blacktop/ipsw

v3.1.491

05 Jun 18:21
083c492
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Other work

Summary

Full Changelog: v3.1.490...v3.1.491

What to do next?

v3.1.490

04 Jun 22:57
3bd6fb9
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Documentation updates

Other work

Summary

Full Changelog: v3.1.489...v3.1.490

What to do next?

v3.1.489

04 Jun 04:50
459e672
Compare
Choose a tag to compare

Changelog

New Features

  • 3230154: feat: add --all and --running filter flags to ipsw symbolicate cmd to filter proc/threads output (@blacktop)
  • fc4393c: feat: add support for --demangle to ipsw symbolicate for panics (@blacktop)

Bug fixes

Dependency updates

Other work

Summary

Full Changelog: v3.1.488...v3.1.489

What to do next?

v3.1.488

03 Jun 21:58
7acac90
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Other work

Summary

Full Changelog: v3.1.487...v3.1.488

What to do next?

v3.1.487

03 Jun 15:34
7236fb6
Compare
Choose a tag to compare

Changelog

New Features

  • 4d2d153: feat: add ability to set --discord-icon in ipsw watch cmd (@blacktop)

Bug fixes

Dependency updates

Other work

Summary

Full Changelog: v3.1.486...v3.1.487

What to do next?

v3.1.486

01 Jun 19:09
91d50e9
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Documentation updates

Summary

Full Changelog: v3.1.485...v3.1.486

What to do next?

v3.1.485

31 May 01:58
b02fd4d
Compare
Choose a tag to compare

Changelog

New Features

Dependency updates

Other work

Summary

Full Changelog: v3.1.484...v3.1.485

What to do next?

v3.1.484

30 May 02:57
48a0e4d
Compare
Choose a tag to compare

Changelog

New Features

  • e787871: feat: also dump the brkr_artifact from exclavecore bundles (@blacktop)

Bug fixes

Dependency updates

Summary

Full Changelog: v3.1.483...v3.1.484

What to do next?

v3.1.483

29 May 03:37
af708ec
Compare
Choose a tag to compare

Changelog

New Features

  • 2808e45: feat: add ability to support parsing 'raw' device tree bytes to ipsw dtree command (@blacktop)
  • ec3f228: feat: add support for 🆕 ExclaveOS DMG (@blacktop)

Bug fixes

Dependency updates

Other work

Summary

Full Changelog: v3.1.482...v3.1.483

What to do next?

v3.1.482

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

Changelog

Hightlight

ExclaveCore Bundle Extractor/Splitter

Extract

❯ ipsw extract --exclave iPad16,3,iPad16,4,iPad16,5,iPad16,6_17.5.1_21F90_Restore.ipsw
   • Extracting Exclave Bundle
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/exclavecore_bundle.t8132.RELEASE
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/SYSTEM/kernel
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/brkr_artifact
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/roottask
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/DeviceServer
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/EXDisplayPipeDriver
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/conclave_launcher
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/pmm_exclave
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/scheduler
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/sharedcache
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/sharedmem
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/sharedmem-v2
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/stackshot_server
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/APP/xnuproxy

Split

❯ ipsw extract --pattern 'exclavecore' iPad16,3,iPad16,4,iPad16,5,iPad16,6_17.5.1_21F90_Restore.ipsw
   • Extracting files matching pattern "exclavecore"
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/exclavecore_bundle.t8132.RELEASE.im4p
      • Created 21F90__iPad16,3_4_5_6/Firmware/image4/exclavecore_bundle.t8132.RELEASE.restore.im4p
❯ ipsw img4 extract 21F90__iPad16,3_4_5_6/Firmware/image4/exclavecore_bundle.t8132.RELEASE.im4p
      • Extracting payload to file 21F90__iPad16,3_4_5_6/Firmware/image4/exclavecore_bundle.t8132.RELEASE.im4p.payload
❯ ipsw fw exc 21F90__iPad16,3_4_5_6/Firmware/image4/exclavecore_bundle.t8132.RELEASE.im4p.payload --output /tmp
   • Extracting Exclave Bundle
      • Created /tmp/SYSTEM/kernel
      • Created /tmp/APP/brkr_artifact
      • Created /tmp/APP/roottask
      • Created /tmp/APP/DeviceServer
      • Created /tmp/APP/EXDisplayPipeDriver
      • Created /tmp/APP/conclave_launcher
      • Created /tmp/APP/pmm_exclave
      • Created /tmp/APP/scheduler
      • Created /tmp/APP/sharedcache
      • Created /tmp/APP/sharedmem
      • Created /tmp/APP/sharedmem-v2
      • Created /tmp/APP/stackshot_server
      • Created /tmp/APP/xnuproxy

Bug fixes

Summary

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

What to do next?