I was trying to write a code to handle exceptions, but overriding another exception handler, is it possible?
I was developing an exe in asm to debug a dll, and detect some exceptions that are raised (access violation) but the dll has its own exception handling, so a normal SEH should not work, i would like to know if there is any kind of global exception handler that could override these existing ones.
Thanks in advance.