Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 566 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 566 Bytes

Shellcode Repository

This repository contains shellcode examples and utilities for educational purposes.

Usage

Prerequisites

  • Mingw C compiler & make and python.

Compilation

To compile the shellcode examples, follow these steps:

  1. Compile C Shellcode:

    make
  2. Generate Shellcode:

    make shellcode

Execution

  1. Execute Shellcode:
    ./bin/MBShell.exe

License

This repository is licensed under the MIT License. See the LICENSE file for more details.