Skip to content

Latest commit

 

History

History

Create_DLL

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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