Skip to content

yuanbei/pydumpanalyzer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pydumpanalyzer

This project is a bit rough around the edges at this point.

PyDumpAnalyzer is a crash report server. It can take in/manage executable files, symbol files, and crash dump files via a REST/HTTP Flask app. The app also provides a rough interface for use via web browsers.

After a crash dump / symbols / executable are uploaded, the dump can be analyzed by the debugger to provide a call stack and a high level analysis. Of course if you need more info, the exported Windows symbol server can be used along with re-downloading the dump to further investigate locally in your debugger of choice.

Only supports C/C++ Windows at this point though could be expanded to Linux and more one day.

Right now there isn't much documentation other than the code itself. Though it could be added one day.

This project is licensed via the MIT License.

About

A Python-based Crash Dump Server/Analyzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.1%
  • C++ 16.1%
  • HTML 2.8%