ipsw icon indicating copy to clipboard operation
ipsw copied to clipboard

Add `ipsw symbolicate` support for more crash log types

Open blacktop opened this issue 2 years ago • 1 comments

ipsw symbolicate it's not liking my iOS 16.5.1 crash logs obtained via idevicecrashreport, throws unsupported crash log report version: 0

blacktop avatar Sep 28 '23 17:09 blacktop

debugged the symbolication issue a bit, seems like the IPS files I am testing are missing the "Translated Report" section, which ipsw tries to parse. If I open the IPS file in Console, it renders that section for me though, so I tried to put it in a new text file and load that in ipsw. Then it complains that version 12 is unsupported (from code, looks like only 104 and 105 are?). Removing this safeguard causes ipsw to crash, so I assume parsing is truly not working... Check DMs for sample IPS files if needed!

blacktop avatar Sep 28 '23 17:09 blacktop

This should have been completed in https://github.com/blacktop/ipsw/commit/ea17924b89149309014811cf29719beb483fa3e9

blacktop avatar Apr 16 '24 00:04 blacktop