/libsymbolicate

Library for parsing and symbolicating iOS crash reports.

Primary LanguageC++OtherNOASSERTION

About

Crash log files generated by iOS's ReportCrash daemon do not contain symbol names, making them difficult to interpret. Symbolication is the act of looking up symbol names and adding them to these files.

This project provides a library for parsing and symbolicating crash logs, both on and off device.

Credit

This was originally based off of code used in CrashReporter, an iOS app by kennytm.

This project also makes use of the following: