I have CrashContext.xml and a minidump file from a binary. How can I find which function failed?

Hello.

A tester handed me her files from a recent crashed she experienced on a her machine. The CrashContext shows a list of addresses from the call stack but their is no “dictionary” to associate an address to a function. And I don’t see such an output in my project files to would help associate them.

Any solutions for this problem ?