diff options
author | segfault <toni@impl.cc> | 2020-10-07 06:25:26 -0700 |
---|---|---|
committer | segfault <toni@impl.cc> | 2020-10-07 06:25:26 -0700 |
commit | e8a59fb0884b62304a9d74c4ab0ab03514dcf640 (patch) | |
tree | 6e6fb09dfc64d9fcb4e5d06be9e4a65be17da1d3 | |
parent | de7f19e1b178451f49c829e793a3308a66f237ca (diff) |
README update
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +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). +As *PastDSE* works only on 1803, 1809, 1903 or with testsigning enabled it can stil be used in combination with [EfiGuard](https://github.com/Mattiwatti/EfiGuard). # Dependencies - Visual Studio 2017 Community Edition |