- I have read in various sites that while manually
symbolicating
anios Crash report
, we can get the symbol address using:
symbol address = slide address + stack address - load address
But how do we get this?
These are the sites which mentions the above formula:
https://www.apteligent.com/developer-resources/symbolicating-an-ios-crash-report/# https://stackoverflow.com/a/13576028/5842876
- Is there any way to symbolicate an crash in linux?