Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ 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` <br>
Open the Kernel-Bridge.sln with Visual Studio and build the solution. (Requires the correct WDK version). <br>
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:
```
Expand Down