Description
Reads Microsoft minidump crash files from Python. It helps debugging tools, forensic workflows, and crash analyzers inspect process state captured when Windows software failed.
Minidumps can contain memory, paths, usernames, and secrets from a crashed process. Treat dump files as sensitive and avoid sharing parsed output without review.