You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When analyzing a dump, it would be nice to know if an exception is a first-chance exception (stack not yet unwound, maybe a catch block exists) or a second chance (already unwound the stack, did not find a catch block).
Maybe a proper heuristic to find this out would be if KERNELBASE!RaiseException is on the top of the stack.
The text was updated successfully, but these errors were encountered:
When analyzing a dump, it would be nice to know if an exception is a first-chance exception (stack not yet unwound, maybe a catch block exists) or a second chance (already unwound the stack, did not find a catch block).
Maybe a proper heuristic to find this out would be if
KERNELBASE!RaiseException
is on the top of the stack.The text was updated successfully, but these errors were encountered: