diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-17 12:13:54 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-17 12:13:54 +0200 |
commit | 8dee3b83649cb5b00f5d90382c95894197c38437 (patch) | |
tree | f6d95d54e237e8d01f2d31912a3835d50abd482f | |
parent | e8747bda65de8909302df664d81c968ecf2ac3ff (diff) |
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,13 +3,13 @@ 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. -The DSE "bypass" works **only** on 1803, 1809, 1903. You **won't** be able to load *PastDSE* signed drivers on other Windows versions. +The DSE "bypass" works **only** on Windows 10 x64: 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 +# Build Dependencies +- Visual Studio 2019 Community Edition (Visual Studio 2017 is still supported, see VS-2017 branch) - Windows 10 x64 1803, 1809 and 1903 (may work on older versions, not verified) - Windows 10 SDK 10.0.17763.0 - Windows Driver Kit @@ -21,7 +21,7 @@ The recommended way to install all dependencies is through [vs_community.exe](ht # HowTo -If you do not want to build it from source, you can skip the text below and run `driver-start.bat` directly. +If you do not want to build it from source, you can skip the text below and download the build artifacts from Github. Assuming a successful (Debug) build, you have to do the automatic sign procedure by running `driver-sign.bat` as Administrator. If the console window outputs something like `Number of files successfully Verified: 1` then the procedure was probably succesful. |