Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 635 Bytes

File metadata and controls

23 lines (20 loc) · 635 Bytes

Binary Exploitation Tutorial

Prerequisites

To set up the environment for this tutorial, ensure that you have the following installed:

Getting Started

  1. Clone this repository
  2. Start the challenge environment
  • For amd64
    docker compose up -d --build
  • For Apple Silicon
    docker compose -f docker-compose.applesilicon.yml up -d --build
  1. Attach to the newbie container
  2. You're all set! Good luck, have fun!