github blacktop/ipsw v3.1.442

latest releases: v3.1.547, v3.1.546, v3.1.545...
9 months ago

Highlight

❯ ipsw dtree -j -r https://updates.cdn-apple.com/2023SummerFCS/fullrestores/042-17346/59463897-1563-456F-A804-6CBC6F60A291/iPhone15,2_16.6_20G75_Restore.ipsw | 
jq '."device-tree".children[] | select(.defaults != null) | .defaults."pmap-io-ranges"[] | select(.name == "DENY")'
   • DeviceTree: DeviceTree.d73ap.im4p
{
  "start": 8690597888,
  "size": 327680,
  "flags": 16391,
  "name": "DENY"
}
{
  "start": 8691712000,
  "size": 3080192,
  "flags": 16391,
  "name": "DENY"
}

Changelog

New Features

  • 1efd532: feat: add ability to parse pmap-io-ranges in device-trees (@blacktop)

Bug fixes

  • c16d343: fix: ipsw dtree -r command to allow piping remote JSON to jq etc (@blacktop)

Dependency updates

Summary

Full Changelog: v3.1.441...v3.1.442

What to do next?

Don't miss a new ipsw release

NewReleases is sending notifications on new releases.