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

https://github.com/omonimus1/windows-crash-handler


https://github.com/omonimus1/windows-crash-handler

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# windows-crash-handler

Proof of concepts repository to test different crash handlers provided by windows OS (and soon, also MacOs).

## Resources:

[UnhandledExceptionFilter function (errhandlingapi.h) - Win32 apps ](https://learn.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-unhandledexceptionfilter)

[SetUnhandledExceptionFilter function (errhandlingapi.h) - Win32 apps](https://learn.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhandlingapi-setunhandledexceptionfilter)