> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Binary exploitation techniques and vulnerability research.

## Overview

Pwn covers exploitation of binary vulnerabilities, buffer overflows, format strings, heap exploitation, and bypasses for mitigations like ASLR, NX, and stack canaries.

Quick reference for CTFs and binary exploitation research.

***

## What's Inside

<CardGroup cols={2}>
  <Card title="Stack" icon="layer-group">
    Buffer overflow, ret2libc, ROP chains, and stack canary bypass.
  </Card>

  <Card title="Heap" icon="cubes">
    Heap exploitation, use-after-free, double free, and heap shaping techniques.
  </Card>

  <Card title="Format String" icon="terminal">
    Arbitrary read and write via format string vulnerabilities.
  </Card>

  <Card title="Mitigations" icon="shield">
    Bypass techniques for ASLR, NX/DEP, PIE, and stack canary.
  </Card>
</CardGroup>

***

<Note>
  Techniques documented for use in authorized environments only. CTF platforms, labs, and binaries with explicit permission to analyze.
</Note>

<Warning>
  This section is under active development. More techniques and pages are being added.
</Warning>
