Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/h33p/minidump-writer
https://github.com/h33p/minidump-writer
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/h33p/minidump-writer
- Owner: h33p
- License: mit
- Created: 2020-09-15T17:02:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:57:21.000Z (11 months ago)
- Last Synced: 2024-05-02T04:53:06.888Z (7 months ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.