c++windowsvisual-studiomdp

Analyse crash dumps programmatically


Is there any api's which load a crash dump, symbols from the symbol store and then allow programmatic access to the information?

I want to create a tool to auto process crash dumps and produce a report based on them.


Solution

  • Debug diagnostic tool has a com interface that can load a dump, process it using symbols and give you the information back.

    http://www.microsoft.com/en-au/download/details.aspx?id=26798

    Tutorial: http://codenasarre.wordpress.com/2011/06/14/how-to-control-a-debugger-engine/