DynamoRIO / DynamoRIO/dynamorio
detect fatal secondary exception and perform clean exit
Open
Component-API
OpSys-Windows
Usability
- Dominant language
- C
- Stars
- 3.2k
- Forks
- 629
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 31
Description
Split from https://github.com/DynamoRIO/drmemory/issues/1723
If the process dies via a secondary exception (i.e., a problem hit while handling an exception), DR currently provides no clean exit or client exit event. We should watch NtRaiseException and try to detect a fatal secondary exception.
Contributor guide
Assessment
This issue has not been assessed yet.