Crash dumps are not generated when exception in code is occurred.
O V, Naveen
20
Reputation points
_set_se_translator function is used for setting a hook when an exception is triggered in the code.
For testing, we have created an exception the code by null dereferencing.
But, even after the SEH translator hook function is registered, the hook function is not getting triggered when exception had occurred.
What could be the possible reasons?
Windows development | Windows API - Win32
Sign in to answer