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.
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.