Skip to content

Files

Latest commit

ca9c9ab · Apr 28, 2025

History

History

Create_Driver

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