Readable stack traces
Use the PDB files of the modules to turn the list of stack trace addresses into a list of symbols and offsets.
Need to figure out what information from the format is needed for this. Currently, the only relevant information I can think of that the parser knows is the modules load addresses and sizes.
Readable stack traces
Use the PDB files of the modules to turn the list of stack trace addresses into a list of symbols and offsets.
Need to figure out what information from the format is needed for this. Currently, the only relevant information I can think of that the parser knows is the modules load addresses and sizes.