How to find values of a struct using assembly when debugging a .dmp file?

92 Views Asked by At

I am debugging a crash in a .dmp file using Visual Studio 2019. I am able to figure out that the crash is caused by an integer division of zero within the function InvertMatrix which takes a IntMatrix struct pointer, but I would like to know what was in the matrix passed into the struct. The problem is since this is a mini dump I don't have the source code and I don't even know how the struct is arranged. I am pretty new to assembly and debugging .dmp files so I am unfamiliar with the steps I should take to be able to see this information or if I can get it at all. Any help or guidance would be greatly appreciated. This is the snapshot of the disassembly and the call stack. Snapshot of the crash in the .dmp file. Shows registers, disassembly, and call stack

0

There are 0 best solutions below