doc: add build instructions to readme
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user