Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detection for first-chance vs. second chance exceptions #14

Open
discostu105 opened this issue Feb 15, 2017 · 0 comments
Open

Detection for first-chance vs. second chance exceptions #14

discostu105 opened this issue Feb 15, 2017 · 0 comments

Comments

@discostu105
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant