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

SEH handler does not handle external calls #3

Open
can1357 opened this issue Oct 21, 2019 · 2 comments
Open

SEH handler does not handle external calls #3

can1357 opened this issue Oct 21, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@can1357
Copy link
Owner

can1357 commented Oct 21, 2019

No description provided.

@can1357 can1357 added the bug Something isn't working label Oct 21, 2019
@nicholaskunes
Copy link

Isn't this by design? More of an enhancement to include external calls? From my brief (30 minute) read-over of the project, the SEH enabling is local to the image that initializes it.

@can1357
Copy link
Owner Author

can1357 commented Oct 28, 2019

Isn't this by design? More of an enhancement to include external calls? From my brief (30 minute) read-over of the project, the SEH enabling is local to the image that initializes it.

I still should be unwinding in a loop instead of just once as it will not work with simple code like

__try
{
    NonInlinedCall()
}

Repository owner deleted a comment Jun 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants