0vercl0k / kdmp-parser

A Windows kernel dump C++ parser library with Python 3 bindings.
MIT License
193 stars 29 forks source link

Support Dump Type 0x4? #34

Open BiatuAutMiahn opened 1 month ago

BiatuAutMiahn commented 1 month ago
parser -a C:\windows\Minidump\072224-10718-01.dmp
Unsupported type MiniDump (0x4).
The header looks wrong.
ParseDmpHeader failed.
Parsing of the dump failed, exiting.
0vercl0k commented 1 month ago

Could you share how you generated that dump file please?

Cheers

BiatuAutMiahn commented 1 month ago

it was a minidump from windows BSOD as a result of CS

0vercl0k commented 1 month ago

Thank you!