From 25f6f282fcdce2ee451f67c542046ddca662aaca Mon Sep 17 00:00:00 2001 From: bebeli555 <62447014+bebeli555@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:19:05 +0200 Subject: [PATCH 1/4] Update README.md Better building instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 612b003..a1b576b 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,9 @@ Driver template has full support of C++ static and global initializers and all o ### 💨 Building and using: Download [Microsoft Visual Studio Community](https://visualstudio.microsoft.com/downloads/) and [Windows Driver Kit](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk). +Clone the repository with: `git clone --recurse-submodules https://github.com/HoShiMin/Kernel-Bridge.git`
+Open the Kernel-Bridge.sln through Visual Studio and build the solution. (Requires the correct WDK version). + For driver testing use [VMware Player](https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/14_0). For load an unsigned drivers you should to enable Test-mode of Windows and disable signs checkings: ``` From d9b75fc7a97f06b8a5d45058c8151afbefe4cf38 Mon Sep 17 00:00:00 2001 From: bebeli555 <62447014+bebeli555@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:24:51 +0200 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1b576b..579f8bb 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Driver template has full support of C++ static and global initializers and all o ### 💨 Building and using: Download [Microsoft Visual Studio Community](https://visualstudio.microsoft.com/downloads/) and [Windows Driver Kit](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk). Clone the repository with: `git clone --recurse-submodules https://github.com/HoShiMin/Kernel-Bridge.git`
-Open the Kernel-Bridge.sln through Visual Studio and build the solution. (Requires the correct WDK version). +Open the Kernel-Bridge.sln with Visual Studio and build the solution. (Requires the correct WDK version). For driver testing use [VMware Player](https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/14_0). For load an unsigned drivers you should to enable Test-mode of Windows and disable signs checkings: From 4fcbac7f148014a47bf0256c745b55a1917008de Mon Sep 17 00:00:00 2001 From: bebeli555 <62447014+bebeli555@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:47:16 +0200 Subject: [PATCH 3/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 579f8bb..84fc6b4 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ Driver template has full support of C++ static and global initializers and all o ### 💨 Building and using: Download [Microsoft Visual Studio Community](https://visualstudio.microsoft.com/downloads/) and [Windows Driver Kit](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk). Clone the repository with: `git clone --recurse-submodules https://github.com/HoShiMin/Kernel-Bridge.git`
-Open the Kernel-Bridge.sln with Visual Studio and build the solution. (Requires the correct WDK version). +Open the Kernel-Bridge.sln with Visual Studio and build the solution. (Requires the correct WDK version).
+You may need to set the target os to Windows 10 or higher in Zydis -> Properties -> Driver Settings -> General For driver testing use [VMware Player](https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/14_0). For load an unsigned drivers you should to enable Test-mode of Windows and disable signs checkings: From 54d694d14f096e4eefc84e8ba3d8c5682e4f5c4f Mon Sep 17 00:00:00 2001 From: bebeli555 <62447014+bebeli555@users.noreply.github.com> Date: Sun, 12 Nov 2023 12:48:02 +0200 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84fc6b4..d49f961 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Driver template has full support of C++ static and global initializers and all o Download [Microsoft Visual Studio Community](https://visualstudio.microsoft.com/downloads/) and [Windows Driver Kit](https://docs.microsoft.com/en-us/windows-hardware/drivers/download-the-wdk). Clone the repository with: `git clone --recurse-submodules https://github.com/HoShiMin/Kernel-Bridge.git`
Open the Kernel-Bridge.sln with Visual Studio and build the solution. (Requires the correct WDK version).
-You may need to set the target os to Windows 10 or higher in Zydis -> Properties -> Driver Settings -> General +You may need to set the target OS to Windows 10 or higher in Zydis -> Properties -> Driver Settings -> General For driver testing use [VMware Player](https://my.vmware.com/en/web/vmware/free#desktop_end_user_computing/vmware_workstation_player/14_0). For load an unsigned drivers you should to enable Test-mode of Windows and disable signs checkings: