Added x64 exception handling by DaLynX · Pull Request #91 · fancycode/MemoryModule · GitHub
Skip to content

Added x64 exception handling#91

Open
DaLynX wants to merge 1 commit into
fancycode:masterfrom
DaLynX:master
Open

Added x64 exception handling#91
DaLynX wants to merge 1 commit into
fancycode:masterfrom
DaLynX:master

Conversation

@DaLynX

@DaLynX DaLynX commented Feb 17, 2019

Copy link
Copy Markdown

Fixes #4 for x64.

Exception-handling code can be added to the loading process using Windows exceptions blocks:

__try {
    proc();
}
__except(EXCEPTION_EXECUTE_HANDLER) {
    // Exception-handling code.
}

@Elmue

Elmue commented Jul 2, 2020

Copy link
Copy Markdown

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Crash when throwing exception inside loaded dll.

2 participants