Skip to content

Latest commit

 

History

History

Create_Driver

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Create Driver 🦀

Overview

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:

  • Install cargo-make to be able to build the driver, performing the tasks defined.

    cargo install cargo-make

  • 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