Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 581 Bytes

Create DLL 🦀

Overview

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

Usage

Compiling the DLL:

cargo build

The DLL will then be located in the target directory:

target/release/hello.dll