aboutsummaryrefslogtreecommitdiff
path: root/Application/EfiDSEFix
Commit message (Collapse)AuthorAge
* EfiDSEFix: add /SUBSYSTEM:NATIVE project configurationMatthijs Lavrijsen2022-04-21
| | | | Closes #51
* Update ntdll.hMatthijs Lavrijsen2022-04-21
|
* 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
|
* Compile as UTF-8Mattiwatti2019-12-04
|
* Disable Spectre mitigation crapMattiwatti2019-10-07
|
* EfiDSEFix: HDE64 fixesMattiwatti2019-05-30
| | | | | | - Make hde64_table const to prevent it from ending up in .data - #include <intrin.h> because Clang gets confused by __stosb without it - Fix various warnings
* Update ntdll.hMattiwatti2019-05-30
|
* Minor fixesMattiwatti2019-05-06
|
* Update to VS2019Mattiwatti2019-04-08
|
* EfiDSEFix: on Windows >= 8, use a different default g_CiOptions valuev1.0.1Mattiwatti2019-03-30
| | | | Fixes #1
* EfiDSEFix: read input value for '--enable' as hex to match '--disable'Mattiwatti2019-03-30
|
* Ensure ntdllp.lib only exports Vista-compatible symbolsMattiwatti2019-03-28
|
* Initial commitv1.0Mattiwatti2019-03-25