Files

20 lines
266 B
Markdown

# wh0loader
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
```