| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
This works around a Windows Shell issue when launching console applications that require admin elevation (this includes EfiDSEFix) from an unelevated command prompt while having UAC enabled.
Fixes #75
|
| |
|
|
|
|
| |
Fixes #97
|
|
|
|
| |
Reference: #60
|
|
|
|
|
|
|
| |
This prevents a bugcheck on Windows 10 and later when VBS is enabled, which was made the default setting in Windows 11.
Additionally, EfiDSEFix will not proceed if it detects that VBS is still unexpectedly running (meaning either EfiGuardDxe was never loaded, or it failed to disable VBS).
Fixes #59
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- Verify expected lengths of instructions
- Verify CipInitialize is in PAGE
- Verify g_CiOptions is in either .data or CiPolicy
Fixes #31 (regression due to KB5003173 fix)
|
|
|
|
|
|
| |
EfiDSEFix was not finding the address of CI!g_CiOptions correctly after KB5003173 changed the layout of CI!CiInitialize.
Fixes #28
|
| |
|
|
|