How to handle asm int XX instruction (software interrupt) from user mode in kernel mode driver
Can i:
1) add interrupt descriptor in IDT in x64 Windows (how about PatchGuard)?
2) add ISR through IoConnectInterruptEx routine?
How to handle asm int XX instruction (software interrupt) from user mode in kernel mode driver
Can i:
1) add interrupt descriptor in IDT in x64 Windows (how about PatchGuard)?
2) add ISR through IoConnectInterruptEx routine?