github blacktop/ipsw v3.1.237

latest releases: v3.1.544, v3.1.543, v3.1.542...
20 months ago

Highlights

🆕 ipsw macho patch cmd to manipulate MachO load commands

# Modify LC_BUILD_VERSION like vtool
❯ ipsw macho patch mod MACHO LC_BUILD_VERSION iOS 16.3 16.3 ld 820.1
# Add an LC_RPATH like install_name_tool
❯ ipsw macho patch add MACHO LC_RPATH @executable_path/Frameworks

Allow ipsw macho dump cmd to get addr and size from segment

❯ ipsw macho dump launchd --section __TEXT.__config --bytes --size 142
   • assuming given integer is in decimal
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

Changelog

New Features

Bug fixes

Other work

Summary

Full Changelog: v3.1.236...v3.1.237

What to do next?

Don't miss a new ipsw release

NewReleases is sending notifications on new releases.