Skip to content

Releases: blacktop/ipsw

v3.1.564

12 Jan 23:32
0bee5f0
Compare
Choose a tag to compare

Changelog

New Features

  • 78b9cac: feat: add --mastodon flag to ipsw watch to also annouce to Mastodon (@blacktop)

Other work

Summary

Full Changelog: v3.1.563...v3.1.564

What to do next?

v3.1.563

12 Jan 21:49
a26e07c
Compare
Choose a tag to compare

Changelog

New Features

  • cc43c20: feat: add --tags to ipsw 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 in ipsw dsc disass cmd (@blacktop)

Dependency updates

Summary

Full Changelog: v3.1.562...v3.1.563

What to do next?

v3.1.562

09 Jan 19:00
de2f71b
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

  • 7bf3bbe: fix: typo in ipsw dsc disass cmd that broke CLI flag parsing logic (@blacktop)

Dependency updates

Other work

Summary

Full Changelog: v3.1.561...v3.1.562

What to do next?

v3.1.561

09 Jan 05:45
9992c46
Compare
Choose a tag to compare

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

Documentation updates

Other work

Summary

Full Changelog: v3.1.560...v3.1.561

What to do next?

v3.1.560

24 Dec 01:39
3d105f5
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Other work

Summary

Full Changelog: v3.1.559...v3.1.560

What to do next?

v3.1.559

17 Dec 04:44
66ab952
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Documentation updates

Other work

Summary

Full Changelog: v3.1.558...v3.1.559

What to do next?

v3.1.558

24 Nov 23:48
4a176a1
Compare
Choose a tag to compare

Changelog

Bug fixes

Dependency updates

Documentation updates

Other work

Summary

Full Changelog: v3.1.557...v3.1.558

What to do next?

v3.1.557

14 Nov 20:29
e046661
Compare
Choose a tag to compare

Changelog

New Features

  • 3fb60e9: feat: add --force flag to ipsw macho disass to continue to disassemble even if Analysis fails (@blacktop)
  • d2ce638: feat: add --kernel flag to ipsw 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?

v3.1.556

10 Nov 01:34
8470839
Compare
Choose a tag to compare

Changelog

Dependency updates

Documentation updates

Other work

Summary

Full Changelog: v3.1.555...v3.1.556

What to do next?

v3.1.555

07 Nov 18:22
72999c7
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Dependency updates

Other work

Summary

Full Changelog: v3.1.554...v3.1.555

What to do next?