The MASM Forum

General => The Campus => Topic started by: Ar0n on January 16, 2017, 05:02:04 PM

Title: Adding exception handler in x64 ??
Post by: Ar0n on January 16, 2017, 05:02:04 PM
as the tittle says, how do I add an exception handler in x64 for windows OS? I know this no longer uses the stack and it looks like I should use the RtlAddFunctionTable function, but I didn't find any example! could anyone tech me how to create an exception handler manually in x64 for Windows? thanks
Title: Re: Adding exception handler in x64 ??
Post by: nidud on January 17, 2017, 02:53:42 AM
deleted