diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2020-05-22 20:22:37 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2020-05-22 20:22:37 +0200 |
commit | fb4455c98c578519df8a7bdb7f4fddd2a672080e (patch) | |
tree | 34fb6de3bf93bcf0a1d403e85c799493f5e588dc | |
parent | 7da7a752af223a3fd838f776fabecf8bd97dfa9d (diff) |
added EfiGuard reference
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ It is actually not a real bypass since it does only change the date to 01-01-2014 before signing the driver and restores it afterwards. The Kernel driver loader will accept all driver images as long as the code was signed by a *extended validation code signing certificate* which was not revoked. +As *PastDSE* works only on 1803 or with testsigning enabled it can stil be used in combination with [EfiGuard](https://github.com/Mattiwatti/EfiGuard). # Dependencies - Visual Studio 2017 Community Edition |