- Fixed symbolicating stack frames in the "Application Specific Backtrace" section of crash reports (#25, #31)
- Fixed symbolicating crash reports with extra JSON header (#30)
- Fixed symbolication accidentally removing the function's byte offset (which could be very useful in some cases!)
- Fixed translating (and by consequence, symbolicating) .ips crash reports from the CLI on macOS Ventura
- Surprisingly this issue did not affect the GUI version
These fixes required some refactoring of core logic, but there shouldn't be any regressions thanks to the tests. However, if you see any issues please report them!