This is a proof-of-concept implementation for Windows crash handler as hinted here. The idea is that there is a guarding process that oversees the child for crashes and writes the minidump if crash occurs. We cannot do much in the child when crash happens, because program is not in a known state, so we just copy the crash info and pass it to the parent.
-
Notifications
You must be signed in to change notification settings - Fork 0
PoC Windows crash handler
License
konrad-kubacki/crash-handler
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
PoC Windows crash handler