This repository contains shellcode examples and utilities for educational purposes.
- Mingw C compiler & make and python.
To compile the shellcode examples, follow these steps:
-
Compile C Shellcode:
make
-
Generate Shellcode:
make shellcode
- Execute Shellcode:
./bin/MBShell.exe
This repository is licensed under the MIT License. See the LICENSE file for more details.