An open API service indexing awesome lists of open source software.

https://github.com/bright/desym

desymbolicate memory address from ipa & dSYM file
https://github.com/bright/desym

Last synced: 9 months ago
JSON representation

desymbolicate memory address from ipa & dSYM file

Awesome Lists containing this project

README

          

# desym
Small bash utility that makes it a bit easier to desymbolicate crash logs from command line.

## How to use it

1. Create an empty folder
2. Put .ipa file in it
3. Put .dsym.zip file in it
4. Put desym.sh file in it
5. Execute ```./desym.sh MEMORY_ADDRESS(ES)```. For instance ```./desym.sh 0x1d6b6b 0x2133bd 0x8b229 ```