https://github.com/omonimus1/windows-crash-handler
https://github.com/omonimus1/windows-crash-handler
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/omonimus1/windows-crash-handler
- Owner: omonimus1
- Created: 2024-09-29T15:43:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-29T15:50:26.000Z (about 1 year ago)
- Last Synced: 2025-03-09T19:36:12.348Z (7 months ago)
- Language: C++
- Size: 45.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)