Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/h33p/minidump-writer


https://github.com/h33p/minidump-writer

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Microsoft minidump generator written in Rust

Minidump is a commonly used format in analyzing program memory, because it contains a lot of key information about the process, and is tightly integrated in Windows crash handling.

This project aims to be a simple yet powerful minidump file generator, for use in projects that have access to program's memory, and are in need to dump it in a portable format.

At the current stage only a very limited set of streams are available, but that is to be expanded upon.