skelsec / minidump

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

Getting "PEB parsing error!" on Linux for all minidumps #42

Open pierricgimmig opened 3 weeks ago

pierricgimmig commented 3 weeks ago

On Linux, with minidumps created from Google Breakpad, I'm getting "PEB parsing error!" with a callstack every time I parse a minidump. Is this expected? Isn't PEB Windows only? The MinidumpFile still look valid however, and I can list the loaded modules for example, which is what I'm interested in.

pierricgimmig commented 3 weeks ago

Reverting from 0.0.24 to 0.0.23 is a workaround.