Skip to content

Commit 176cb64

Browse files
committed
docs(block_dll): Update README.md
1 parent ab0741b commit 176cb64

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Create_DLL/README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
# Create DLL 🦀
22

3-
<p align="left">
4-
<a href="https://www.rust-lang.org/"><img src="https://img.shields.io/badge/made%20with-Rust-red"></a>
5-
<a href="#"><img src="https://img.shields.io/badge/platform-windows-blueviolet"></a>
6-
</p>
7-
8-
- [Overview](#overview)
9-
- [Usage](#usage)
10-
11-
# Overview
12-
133
The repository in question serves as an essential starting point for security specialists interested in creating dll using the Rust programming language.
144

155
# Usage
166

177
Compiling the DLL:
188
```sh
19-
cargo build
9+
cargo build --release
2010
```
2111
The DLL will then be located in the target directory:
2212
```sh

0 commit comments

Comments
 (0)