skelsec / minidump

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

How persist on monitor main process and generate crash minidump when process crash? #31

Closed suqi95716aa closed 2 years ago

suqi95716aa commented 2 years ago

Good day Sir: I saw this pack accidental. I read ur source code and got some confusion. 1、Now I have a request that persist on monitor a process and hope generate crash minidump file when process happend seriou crash. I saw ur function using a param pid and get a question that this pack can do active trigger only? If I hope generate minidump file in passive(continues monitor specified process), how can I do? 2、Otherwise, what kinds of crash could be caught? Thanks for ur anwser!

skelsec commented 2 years ago

This module is a parser for the minidump file format as specified in the docs
This module does not provide functions to monitor process crashes, also it doesn't yet support creating a minidump file.
Only parsing.