Skip to content

pizthewiz/symbology

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symbology

Add context to a bare or mis-symbolicated iOS crash log, when symbolicate lets you down. Through scripting atos, symbology attempts to parse the crash log and resolve thread frame addresses belonging to executable, into function names.

USAGE

$ node symbology.js --log ~/Desktop/Buggy.crash \
--executable ~/Library/Developer/Xcode/Archives/2014-01-21/Buggy-AppStore\ 1-21-14,\ 14.22.xcarchive/Products/Applications/Buggy.app/Buggy

NOTE

Symbols are mined from a fixed architecture, armv7, but that will be made more flexible soon. You might consider using Crashlytics which is a Twitter-owned real-time crash reporting tool that does a very nice job symbolicating logs and just so happens to be free to boot.

About

symbolize an iOS crash log from a binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published