Ipsw

Latest version: v0.1.3

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 46 of 102

3.1.238

Changelog

Bug fixes
* eacfc194845c9df17c2e81f9ecc2ade3f9d3aa22: fix: regression in parsing old(er) macOS DSC syms (blacktop)
* bd5519999cad914248a05d5c7b43b55d1b23a078: fix: release artifact names (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.237...v3.1.238
What to do next?
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)
- Join our [Discord server](https://discord.gg/xx2y9yrcgs)
- Follow us on [Twitter](https://twitter.com/blacktop__)

3.1.237

Highlights

🆕 `ipsw macho patch` cmd to manipulate MachO load commands

bash
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

bash
❯ 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
* 2b45da391e23f953cb9c904a09965ac694084809: feat: Allow `macho dump` to get addr and size from segment (171) (CRKatri)

Bug fixes
* 639858273a2c0284b123cef3b7f0a607222f4313: fix: add `ipsw macho patch` support for DYLINKER load commands + `mod` Dylib fixes (172) (CRKatri)
* 5c9ceb4758c58d25e5b2b5363be931617b986497: fix: fixes from down stream go-macho work (blacktop)

Other work
* 6b8603bcb21e4520cfa8eed3688eee8af5951e60: chore(deps): bump json5 from 2.2.1 to 2.2.3 in /www (170) (dependabot[bot])
* 7f20f9adf076e69c299522a02e8757843b2dc72a: chore(deps): update go-macho w/ latest macho.Save fixes (blacktop)
* 120ba038cc293061593dad1909c0657357d6dac7: chore: working on `ipsw macho patch` cmd (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.236...v3.1.237
What to do next?
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)
- Join our [Discord server](https://discord.gg/xx2y9yrcgs)
- Follow us on [Twitter](https://twitter.com/blacktop__)

3.1.236

Changelog

Bug fixes
* 4b95196c7fbc09fad87998e3c42dc746418642e1: fix: "slide" address when dumping with `ipsw macho dump --addr` cmd (blacktop)

Other work
* 70f3a82138bae8210b2722ee55b7c153aaf8e83a: I messed up (169) (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.235...v3.1.236
What to do next?
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)
- Join our [Discord server](https://discord.gg/xx2y9yrcgs)
- Follow us on [Twitter](https://twitter.com/blacktop__)

3.1.235

Changelog

Bug fixes
* fde0cea0c1e4559f3ef24ff4a8a0e05b77c6b126: fix: `ipsw macho info --symbols` now even more symbol-y (blacktop)
* e9441a3b7427ba8c06708fa1db742c357b84dc02: fix: add A16 CPUISA to procs DB (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.234...v3.1.235
What to do next?
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)
- Join our [Discord server](https://discord.gg/xx2y9yrcgs)
- Follow us on [Twitter](https://twitter.com/blacktop__)

3.1.234

Changelog

New Features
* 382541746a8a56ea6f0ff15760422bd7bd14ec83: feat: for `--diff` cmds will use `delta` if installed or `git diff` if installed or defaults to old differ (blacktop)

Documentation updates
* a2f2030c9b037bb3038cc208af2dd82735c89507: doc: refresh docs (blacktop)

Other work
* 0f01f080257a11235a456e74a6c14cca9aab1571: chore: rm old docs (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.233...v3.1.234
What to do next?
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)
- Join our [Discord server](https://discord.gg/xx2y9yrcgs)
- Follow us on [Twitter](https://twitter.com/blacktop__)

3.1.233

Changelog

New Features
* 18bcf2490d3a22a0af2e772b748e5dfb19f702dd: feat: add `DownloadADC` func to dev_portal.go (blacktop)
* 1b749944fd99ade85117b6194f15e2e5fed0be3b: feat: securely store session for `ipsw download dev` cmd to allow it to run in the background 48 (blacktop)
* 303dce7911d19b0d76696eafa2814617c461794a: feat: 🆕 `ipsw download ipa` cmd to download apps from the iOS AppStore (blacktop)

Bug fixes
* 0db62eaa0f8125d9cab1cb3ee5709219f0480432: fix: build headers (blacktop)
* a1e0204dd74588117a79fefdfd0e7e4a7cbb38be: fix: remove unused flags from `ipsw` sub-download cmds (blacktop)
* 786a13fe9f733272a3f0165720a041beffcf2adb: fix: revive `ipsw download dev --watch` mode to auto download NEW IPSWs when they show up (blacktop)

Other work
* 089c3ea40e44c269fdc132fcf2c4ce086fb03720: chore: create `ipsw-frida` brew formula (blacktop)
* 4a6e8d3cc0a61938cba9c1aef6a8ea2557ba7b81: chore: only use 1 keychain entry for `ipsw download dev` auth info (blacktop)

Summary
**Full Changelog**: https://github.com/blacktop/ipsw/compare/v3.1.232...v3.1.233
What to do next?
- Read the [documentation](https://blacktop.github.io/ipsw/docs/)
- Join our [Discord server](https://discord.gg/xx2y9yrcgs)
- Follow us on [Twitter](https://twitter.com/blacktop__)

Page 46 of 102

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.