Skip to content

Crash Analysis

CarlOS edited this page Sep 9, 2016 · 2 revisions

The crash_analysis module was based on Winappdbg before. However, I had some issues regarding hangs and decided to change it to use an external module (BugId)

Structural Overview

Basically all work is performed by BugId, which is a wrapper to the cdb.exe binary (Debugging Tools for Windows) This is nice because of its stability, the downside is the need of having the Debugging Tools for Windows installed, of course.

It is minor price to pay anyway.

Dependencies

Debugging Tools for Windows

Use the third listed option: install the Windows SDK and select only the Debugging Tools for Windows

Clone this wiki locally