aboutsummaryrefslogtreecommitdiff
path: root/EfiGuardDxe/EfiGuardDxe.vcxproj
Commit message (Collapse)AuthorAge
* Fix build with current EDK2 masterMatthijs Lavrijsen2025-01-17
| | | | | | | | Override the unwanted /GS flag addition (MSVC) and -fno-stack-protector removal (GCC) introduced in https://github.com/tianocore/edk2/commit/f53f029122d4493e9db95e2424dd8f067f247661 Additionally remove some other (less harmful but still unwanted) build flags that have been made the default in MSVC in the .vcxproj/.props files as well. Fixes #134
* Disable CET when clearing CR0.WPMatthijs Lavrijsen2023-09-27
|
* Clean up linker optionsv1.3Matthijs Lavrijsen2023-03-26
|
* Update Zydis to v4Matthijs Lavrijsen2023-03-26
|
* Disable Spectre mitigation crapMattiwatti2019-10-07
|
* Update to VS2019Mattiwatti2019-04-08
|
* Initial commitv1.0Mattiwatti2019-03-25