doc: add build instructions to readme

This commit is contained in:
2026-06-26 22:08:14 +01:00
parent 24fec4db32
commit dea5828e08
+18 -2
View File
@@ -1,3 +1,19 @@
# wh0revshell # wh0loader
Reverse Shell project to learn Malware Development and Obfuscation for Windows targets. Loader project to learn Malware Development and Obfuscation for Windows targets.
## Build
**Windows:**
```powershell
cmake --preset windows
cmake --build --preset windows
```
**Linux:**
```bash
cmake --preset linux
cmake --build --preset linux
```