Py-minidump

Jul 20, 2023

Python library to parse Windows minidump file format

Python library to parse and read Microsoft minidump file format. Can create minidumps on Windows machines using the windows API implemented with ctypes.

This module is primarily intended to be used as a library, however for the sake of demonstrating its capabilities there is a command line tool implemented called minidump. This tool has the following modes of operation

  • Console, for one-shot parsing and information retrieval.
  • Shell, where a user may use an interactive command shell to get all info modules, threads, exceptions etc and browse the virtual memory of the process dumped read/read int/read uint/move/peek/tell


Checkout these related ports:
  • Zziplib - Library to provide transparent read access to zipped files
  • Zydis - Fast and lightweight x86/x86-64 disassembler library
  • Zycore-c - Support library with platform independent types, macros, etc for Zydis
  • Zthread - Platform-independent object-oriented C++ threading library
  • Zookeeper - Coordination Service for Distributed Applications
  • Zls - Zig LSP implementation + Zig Language Server
  • Zfp - High throughput library for compressed floating-point arrays
  • Zeal - Offline documentation browser
  • Zapcc - C++ caching compiler based on clang
  • Zanata-platform - Web-based translation platform
  • Zanata-cli - Zanata Java command line client
  • Z88dk - Complete Z80/Z180 development kit
  • Z80ex - ZiLOG Z80 CPU emulator library
  • Z80asm - Assembler for the Z80 microprocessor
  • Z80-asm - Z80 assembly code assembler and disassembler