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
deleted