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
- Host: GitHub
- URL: https://github.com/bright/desym
- Owner: bright
- License: mit
- Created: 2015-10-18T22:58:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T23:04:12.000Z (over 10 years ago)
- Last Synced: 2025-04-07T02:38:14.241Z (about 1 year ago)
- Language: Shell
- Size: 520 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ```