hello! I am debug (kernel) NtRaiseException because I curious how interrupt stack and IRETQ (amd64) works. This cause issue because when I set breakpoint at NtRaiseException in kernel.. once called from user-mode through the system dispatcher.. system freezes.
I have guess maybe this is because there is no exception handler at this point? Or is something I am do wrongly?
thank you!
I have guess maybe this is because there is no exception handler at this point? Or is something I am do wrongly?
thank you!