I want to hook (local) the function that finally calls an exception handler in order to get the address of the handler before it actually gets executed.
Is this even possible (in usermode)?
Which function do I have to hook?
Which parameter do I have to analyse to get the address of the exception handler that actually handles the exception?
thanks!