aboutsummaryrefslogtreecommitdiff
path: root/Application/EfiDSEFix/src/EfiDSEFix.cpp
Commit message (Collapse)AuthorAge
* EfiDSEFix: improve g_CiOptions address validationv1.2.1Matthijs Lavrijsen2021-05-25
| | | | | | | | - 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: fix BSOD on Windows 10 with KB5003173 when using '-d'Matthijs Lavrijsen2021-05-12
| | | | | | EfiDSEFix was not finding the address of CI!g_CiOptions correctly after KB5003173 changed the layout of CI!CiInitialize. Fixes #28
* Fix MSVC 2019 and GCC 10 warningsMatthijs Lavrijsen2021-01-07
|
* Initial commitv1.0Mattiwatti2019-03-25