-
Notifications
You must be signed in to change notification settings - Fork 36
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)
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.
Use the third listed option: install the Windows SDK and select only the Debugging Tools for Windows