본문 바로가기

Windows/Visual Studio

[C/C++] crash dump analysis without pdb file

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.

 

http://kuaaan.tistory.com/102