Skip to content

sam-mg/CodeCrashLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’₯ CodeCrashLab

Where code breaks, bugs bite, and exploits come to life.

βš™οΈ Setup / Installation

🧱 1. Install GCC (Compiler Toolchain)

πŸͺŸ Windows

For Windows, use the Windows Subsystem for Linux (WSL) to install GCC.

🐧 Linux

  • Ubuntu / Debian

    sudo apt update
    sudo apt install build-essential
  • Fedora

    sudo dnf groupinstall "Development Tools"
  • Arch Linux

    sudo pacman -S base-devel

ο£Ώ macOS (via Homebrew)

brew update
brew install gcc

🐍 2. Install Python Dependencies

  • pwntools – Binary exploitation CTF framework:

    pip install pwntools
  • ROPgadget – For finding ROP gadgets in binaries:

    pip install ROPGadget

🧠 Concepts Covered

  1. Buffer Overflow

WakaTime Repo Stats

About

Where code breaks, bugs bite, and exploits come to life.

Topics

Resources

Stars

Watchers

Forks