skelsec / minidump

Python library to parse and read Microsoft minidump file format
MIT License
271 stars 55 forks source link

[WIP] Add support for Crashpad/Breakpad minidump #5

Closed lucasg closed 5 years ago

lucasg commented 5 years ago

This is a work-in-progress, so feel free to merge it into the main tree at your leisure.

Breakpad and Crashpad generate minidumps on crash, but also add "user-specific" streams since, well, they have user-specific data. I didn't attempt to parse those streams yet, but I had to relax the stream directory parsing in order to skip unknown streams.

skelsec commented 5 years ago

Thank you for the contribution. In case you progress with the parsing pls submit a PR! :)