You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repository in question serves as an essential starting point for security specialists interested in creating dll using the Rust programming language.
14
4
15
5
# Usage
16
6
17
7
Compiling the DLL:
18
8
```sh
19
-
cargo build
9
+
cargo build --release
20
10
```
21
11
The DLL will then be located in the target directory:
0 commit comments