Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add updated decode search for OslFwpKernelSetupPhase1 | Matthijs Lavrijsen | 2023-10-03 |
| | |||
* | EfiGuardDxe: distinguish between winload and kernel build numbers | Matthijs Lavrijsen | 2023-04-03 |
| | |||
* | 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. | ||
* | Update Zydis to v4 | Matthijs Lavrijsen | 2023-03-26 |
| | |||
* | 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 | ||
* | Add StrniCmp implementation | Matthijs Lavrijsen | 2022-08-24 |
| | |||
* | Misc. warning fixes | Matthijs Lavrijsen | 2022-08-17 |
| | |||
* | DXE driver: store the full kernel build number in global context | Matthijs Lavrijsen | 2022-08-17 |
| | |||
* | Fix warnings when compiling with GCC | Matthijs Lavrijsen | 2022-04-21 |
| | |||
* | 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 |
| | |||
* | Fix two dumb mistakes that were cancelling each other out | Mattiwatti | 2019-05-06 |
| | | | | PE section names must be null terminated because they are not guaranteed to be. However they must be null terminated at 8 characters, not at the length of the string that happens to be relevant for whatever reason. This would have led to false positives when finding sections, were it not for the off-by-one error that was keeping an additional character in the buffer | ||
* | Initial commitv1.0 | Mattiwatti | 2019-03-25 |