diff options
author | Mattiwatti <mattiwatti@gmail.com> | 2020-05-03 23:43:29 +0200 |
---|---|---|
committer | Mattiwatti <mattiwatti@gmail.com> | 2020-05-03 23:43:29 +0200 |
commit | 222d5e3b27597194018e7a272d40cd753d425836 (patch) | |
tree | c092eeaacb85b1f460ae9cacb9cadf6b0adfc43a /Misc | |
parent | 9947a9fbc20f5c0ec0acd002209693081fe8d5ff (diff) |
Disable PatchGuard verification call in KiSwInterrupt
KiSwInterrupt is present since Windows 10 and is the interrupt handler for int 20h. This interrupt is a spurious interrupt on older versions of Windows, and does nothing useful on Windows 10. If int 20h is issued from kernel mode, the PatchGuard verification routine KiSwInterruptDispatch is called. This leads to a bugcheck if PatchGuard has not been initialized.
Diffstat (limited to 'Misc')
0 files changed, 0 insertions, 0 deletions