Windows/Visual Studio
[C/C++] crash dump analysis without pdb file
snskshn
2013. 9. 12. 11:20
1. Get the crash address
2. Rebuild project with generating map and cod file
3. Do some hex calculation to fine the source file and line number: "crash address - Base+Rva" and find offset in cod file.