Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Create Driver

The repository in question serves as an essential starting point for security specialists interested in creating drivers using the Rust programming language.

Usage

To create the driver, we need to fulfill some preliminary requirements:

  • Follow Microsoft's guide to set up Rust for kernel development.

  • After these steps, we can use the following command to start building the program (For the first build it is necessary to build as administrator, but for the rest of the builds it will no longer be necessary). cargo make

References