Mattiwatti / EfiGuard

Disable PatchGuard and Driver Signature Enforcement at boot time
GNU General Public License v3.0
1.71k stars 329 forks source link

BSOD on Windows 8.1x64 (6.3.9600.17415 IR5) #24

Closed assorted closed 3 years ago

assorted commented 3 years ago
bsod8 1 bsod8 1_2
Mattiwatti commented 3 years ago

Hi,

Can you try the latest release (v1.1.1) to see if it fixes the problem? I've had a look at this kernel revision and KiVerifyScopesExecute has a prologue that will throw off the old function backtracking algorithm and cause it to overshoot (backwards). I believe this should be fixed with f8ca8c0 though.

assorted commented 3 years ago

Thank you, I will.

assorted commented 3 years ago

Quite right, it was an outdated version.