decodecrashlog 1.0.2
decodecrashlog 1.0.2
decodecrashlog is an open-source, BSD licensed Python program that can
apply a CodeWarrior CFM link map to a Mac OS X crash log from a “release
build”, recovering the function names and offsets.
It is intended to help developers who prefer to omit traceback tables from
their release builds for space and/or privacy reasons, and therefore can’t
readily interpret crash logs from end users, because they show backtraces
as pure hex addresses.
Release 1.0.2 adds:
* correct unmangling of C++ function names under Mac OS X 10.4.x ‘Tiger’, *
an option for the user to