aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-09-13 14:23:56 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-09-13 14:23:56 +0200
commit3783284eee987e30a00c99381db91f6ec53b329e (patch)
treec1bf7b3c528a1e226dbb8013849ec26d0d6f9364
parentceb54259c6985b6e608636072c05092e756262f2 (diff)
README update. Fixes #1.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2cc2e21..7b8b757 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,10 @@
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, 1809, 1903 or with testsigning enabled it can stil be used in combination with [EfiGuard](https://github.com/Mattiwatti/EfiGuard).
+The DSE "bypass" works **only** on 1803, 1809, 1903. You **won't** be able to load *PastDSE* signed drivers on other Windows versions.
+But it is still possible to use *PastDSE* with other DSE disabling techniques e.g. enabling testsigning or using [EfiGuard](https://github.com/Mattiwatti/EfiGuard).
+It works, because *PastDSE* is basically a manual driver mapper, nothing more.
+
# Dependencies
- Visual Studio 2017 Community Edition