Releases: blacktop/ipsw
v3.1.564
Changelog
New Features
Other work
Summary
Full Changelog: v3.1.563...v3.1.564
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.563
Changelog
New Features
- cc43c20: feat: add
--tags
toipsw watch
cmd to watch project for NEW tags +--post
to generate social media post (@blacktop)
Bug fixes
- 92d9b68: fix: respect
--quiet
flag when--symbol
flag is also given inipsw dsc disass
cmd (@blacktop)
Dependency updates
Summary
Full Changelog: v3.1.562...v3.1.563
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.562
Changelog
New Features
- 1ce9954: feat: add
--command
flag toipsw watch
cmd to run arb command on NEW repo commits #593 (@blacktop) - 397b6f7: feat: add
--force
flag toipsw dsc disass
as well #257 (@blacktop)
Bug fixes
Dependency updates
Other work
- de2f71b: chore: add message about
--force
todisass
cmdAnalyze()
failures (@blacktop) - 8b545c3: chore: add more verbosity to split.GetHandle error message #600 (@blacktop)
- 4ca5652: chore: lookup abs path for apfs-fuse in $PATH #570 (@blacktop)
Summary
Full Changelog: v3.1.561...v3.1.562
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.561
Changelog
Highlights
Now the default behavior of the ipsw dsc disass DSC
cmd will be to disassemble ALL functions in ALL dylibs (prob melt your laptop and lap as well 😬)
You can also disassemble multiple dylibs via the repurposed --image
flag which can be used like so
❯ ipsw dsc disass DSC --image libsystem_kernel.dylib --image libsystem_platform.dylib,libsystem_pthread.dylib
NOTE: multiple
--image
flags OR comma separated dylibs
NOTE: OLD
--image
flag has been renamed to--symbol-image
flag (which is used to speed up symbol lookup time)
Before when you would disassemble "RAW" instructions at an address in the DSC (not in a dylib) you would have to also supply --count
to tell ipsw
how many instructions to print, which was unclear to the user.
Now it will default to 100 instructions if the --count
flag is not given, but the --vaddr
is an address not in a dylib (think stubs)
New Features
- bd849ac: feat: improve
ipsw dsc disass
cmd to support a single or ALL images + minor fixes 💩 (@blacktop)
Dependency updates
- 2e0b593: chore(deps): bump deps (@blacktop)
- 63168c5: chore(deps): bump deps (@blacktop)
- 9992c46: chore(deps): bump deps (@blacktop)
Documentation updates
- 42949b5: docs: add CLI examples to
ipsw dsc disass
cmd (@blacktop) - 203c2cc: docs: bump docusaurus (@blacktop)
Other work
Summary
Full Changelog: v3.1.560...v3.1.561
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.560
Changelog
Bug fixes
Dependency updates
Other work
Summary
Full Changelog: v3.1.559...v3.1.560
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.559
Changelog
Bug fixes
- a5cf528: fix:
ipsw download ipa
command (#595) (@t0rr3sp3dr0)
Dependency updates
- fb1ca2a: chore(deps): bump deps (@blacktop)
- bf55c26: chore(deps): bump deps (@blacktop)
- d0260d2: chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /www (#605) (@dependabot[bot])
- befcc74: chore(deps): bump sarisia/actions-status-discord from 1.15.0 to 1.15.1 (#598) (@dependabot[bot])
Documentation updates
Other work
- 66ab952: chore(fcs): bump keys (@blacktop)
- 1e3d6e3: chore: update to latest Configurator UA (@blacktop)
Summary
Full Changelog: v3.1.558...v3.1.559
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.558
Changelog
Bug fixes
- f2336f1: fix: make
ipsw diff
more idempotent (@blacktop) - 4a176a1: fix: properly wire
--proxy
and--insecure
flags up inipsw dl pcc
cmd (@blacktop)
Dependency updates
Documentation updates
Other work
- b2bb48f: chore(fcs): update keys (@blacktop)
- 273f60f: chore(fcs): update keys (@blacktop)
- 98f55ef: chore(fcs): update keys (@blacktop)
Summary
Full Changelog: v3.1.557...v3.1.558
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.557
Changelog
New Features
- 3fb60e9: feat: add
--force
flag toipsw macho disass
to continue to disassemble even if Analysis fails (@blacktop) - d2ce638: feat: add
--kernel
flag toipsw kernel kmutil
cmd to show system kernel path (@blacktop)
Dependency updates
Documentation updates
Other work
Summary
Full Changelog: v3.1.556...v3.1.557
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.556
Changelog
Dependency updates
Documentation updates
Other work
- f922852: chore: add ext to
ipsw dl pcc
files + other improvements (@blacktop) - 3567a4d: chore: add 🌈 to
ipsw dl pcc --info
output (@blacktop)
Summary
Full Changelog: v3.1.555...v3.1.556
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon
v3.1.555
Changelog
New Features
- 8288567: feat: add
--summary
flag and--filter
flag toipsw dtree
cmd (@blacktop) - e3ba6fa: feat: add 🆕
ipsw download pcc
command (@blacktop)
Bug fixes
Dependency updates
Other work
- db838b7: chore(fcs): update keys (@blacktop)
- 990583d: chore(fcs): update keys (@blacktop)
- db96f10: chore: add initial pcc download functionality (@blacktop)
Summary
Full Changelog: v3.1.554...v3.1.555
What to do next?
- Read the documentation
- Follow us on Twitter
- Follow us on Mastodon