Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Changed protocol GUID, backdoor variable name and cookie valuemy | Toni Uhlig | 2024-10-25 |
| | | | | | | | * fixed EfiDSEFix Mingw Makefile * removed `EFIAPI` from `BmSetMemoryTypeInformationVariable` Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Update README | Toni Uhlig | 2024-08-21 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Compile `EfiDSEFix` with Mingw64 | Toni Uhlig | 2024-08-21 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Support custom EfiGuard driver filenames by specifing `-D ↵ | Toni Uhlig | 2023-08-30 |
| | | | | | | | | EFIGUARD_DRIVER_FILENAME="something.efi"`. * useful for testing multiple EfiGuard builds Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Added partial PatchGuard disable at compile time with `-D EAC_COMPAT_MODE=1`. | Toni Uhlig | 2023-08-30 |
| | | | | | | | | * runtime DSE disabling still possible * compatible with EasyAntiCheat * no bsod so far Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Disable PatchGuard at compile time with `-D DO_NOT_DISABLE_PATCHGUARD=1`. | Toni Uhlig | 2023-08-17 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | Changed EfiGaurd title to something more "neutral" ;) | Toni Uhlig | 2023-08-17 |
| | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com> | ||
* | EfiDSEFix: acquire SE_DEBUG_PRIVILEGE when finding kernel addresses | Matthijs Lavrijsen | 2023-07-31 |
| | | | | Fixes #97 | ||
* | Fix build with current EDK2 master | Matthijs Lavrijsen | 2023-06-22 |
| | | | | Rename RUNTIME_FUNCTION to resolve a conflict with edk2's incomplete redefinition added in https://github.com/tianocore/edk2/commit/ff52068d9261b9391d75b83a2a4e40e040f3b6eb | ||
* | Update README.md | Matthijs Lavrijsen | 2023-06-21 |
| | |||
* | EfiDSEFix: print help text on invalid usage | Matthijs Lavrijsen | 2023-05-31 |
| | |||
* | Handle 5-level paging when checking canonical address bits | Matthijs Lavrijsen | 2023-04-26 |
| | |||
* | EfiGuardDxe: distinguish between winload and kernel build numbers | Matthijs Lavrijsen | 2023-04-03 |
| | |||
* | Clean up linker optionsv1.3 | Matthijs Lavrijsen | 2023-03-26 |
| | |||
* | RtlSleep: wait for a timer event instead of stalling | Matthijs Lavrijsen | 2023-03-26 |
| | |||
* | Loader: check entry descriptions to determine whether they are Windows | Matthijs Lavrijsen | 2023-03-26 |
| | |||
* | Loader: remove BdsLibConnectAllDriversToAllControllers | Matthijs Lavrijsen | 2023-03-26 |
| | | | | EfiBootManagerConnectAll provides this functionality now. | ||
* | Loader: minor SetHighestAvailableMode improvements | Matthijs Lavrijsen | 2023-03-26 |
| | | | | | - Add primitive aspect ratio weighting when determining which text mode is best - Move all uses of gST->ConOut to SetHighestAvailableTextMode and exit early if it is NULL | ||
* | Loader: handle EFI_SECURITY_VIOLATION from LoadImage | Matthijs Lavrijsen | 2023-03-26 |
| | | | | This behaviour matches that of edk2's UefiBootManagerLib since edk2 commit f7fdd620e8 | ||
* | EfiGuardDxe: clear and restore CR0.WP when copying | Matthijs Lavrijsen | 2023-03-26 |
| | | | | This is intended to deal with the UEFI memory protection protocol (EFI_MEMORY_ATTRIBUTE_PROTOCOL) introduced in the UEFI 2.10 specification. | ||
* | Add CopyWpMem and SetWpMem routines | Matthijs Lavrijsen | 2023-03-26 |
| | | | | Additionally make SetServicePointer also clear and restore CR0.WP if needed | ||
* | Update Zydis to v4 | Matthijs Lavrijsen | 2023-03-26 |
| | |||
* | EfiDSEFix -c: error message wording | Matthijs Lavrijsen | 2023-03-17 |
| | | | | Reference: #60 | ||
* | EfiGuardDxe: disable VBS for the current boot | Matthijs Lavrijsen | 2023-03-16 |
| | | | | | | | 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 | ||
* | EfiDSEFix -i: print CI option values and IUM status | Matthijs Lavrijsen | 2023-03-13 |
| | |||
* | Misc. warning fixes | Matthijs Lavrijsen | 2023-03-13 |
| | |||
* | EfiDSEFix: add "-r" command to read the value of g_CiOptions | Matthijs Lavrijsen | 2023-02-27 |
| | |||
* | Update ntdll.h | Matthijs Lavrijsen | 2023-02-27 |
| | |||
* | Restructure LibraryClasses in .dsc | Matthijs Lavrijsen | 2023-02-27 |
| | | | | | | | - Use DxeReportStatusCodeLib as ReportStatusCodeLib implementation instead of RuntimeDxeReportStatusCodeLib, as the latter is not usable by UEFI applications - Move PcdLib, MemoryAllocationLib and ReportStatusCodeLib to the common section used by both EfiGuardDxe and the loader - Remove comments re: EDK2 breaking backward compatibility by introducing RegisterFilterLib and VariablePolicyHelperLib, as edk2-stable202202 is now a year old - Only use BaseMemoryLibOptDxe instead of the default BaseMemoryLib when targeting x86 architectures | ||
* | Macro sanitization | Matthijs Lavrijsen | 2023-02-27 |
| | |||
* | Add StrniCmp implementation | Matthijs Lavrijsen | 2022-08-24 |
| | |||
* | Fix build with CLANGPDB toolchain on Linux | Matthijs Lavrijsen | 2022-08-17 |
| | |||
* | Misc. warning fixes | Matthijs Lavrijsen | 2022-08-17 |
| | |||
* | DXE driver: store the full kernel build number in global context | Matthijs Lavrijsen | 2022-08-17 |
| | |||
* | EfiGuardDxe: add VisualUefi support for recent versions of edk2 | Matthijs Lavrijsen | 2022-08-17 |
| | |||
* | Update README.md | Matthijs Lavrijsen | 2022-04-21 |
| | |||
* | Update to VS2022 | Matthijs Lavrijsen | 2022-04-21 |
| | |||
* | EfiDSEFix: add /SUBSYSTEM:NATIVE project configuration | Matthijs Lavrijsen | 2022-04-21 |
| | | | | Closes #51 | ||
* | Update ntdll.h | Matthijs Lavrijsen | 2022-04-21 |
| | |||
* | Apply GenFw flags to all toolchains | Matthijs Lavrijsen | 2022-04-21 |
| | | | | Additionally apply GCC-style link flags to all GCC-style toolchains | ||
* | Fix warnings when compiling with GCC | Matthijs Lavrijsen | 2022-04-21 |
| | |||
* | Fix build with current EDK2 master | Matthijs Lavrijsen | 2022-03-30 |
| | | | | Reference: #49 | ||
* | Fix build with current EDK2 master | Matthijs Lavrijsen | 2021-06-28 |
| | |||
* | EfiDSEFix: improve g_CiOptions address validationv1.2.1 | Matthijs Lavrijsen | 2021-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) | ||
* | Update arc.hv1.2 | Matthijs Lavrijsen | 2021-05-12 |
| | |||
* | EfiDSEFix: fix BSOD on Windows 10 with KB5003173 when using '-d' | Matthijs Lavrijsen | 2021-05-12 |
| | | | | | | EfiDSEFix was not finding the address of CI!g_CiOptions correctly after KB5003173 changed the layout of CI!CiInitialize. Fixes #28 | ||
* | Fix Resharper warnings | Matthijs Lavrijsen | 2021-05-12 |
| | |||
* | Use PE runtime function tables for finding function start addressesv1.1.1 | Matthijs Lavrijsen | 2021-01-30 |
| | |||
* | Update Zydis submodule | Matthijs Lavrijsen | 2021-01-30 |
| | |||
* | Fix compilation on Clang 11 | Matthijs Lavrijsen | 2021-01-13 |
| | | | | Fix PE section alignment on Clang by using MS '/ALIGN:XXX' instead of GCC's '-z common-page-size=XXX' |