Skip to main content

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.

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

Stack

Buffer overflow, ret2libc, ROP chains, and stack canary bypass.

Heap

Heap exploitation, use-after-free, double free, and heap shaping techniques.

Format String

Arbitrary read and write via format string vulnerabilities.

Mitigations

Bypass techniques for ASLR, NX/DEP, PIE, and stack canary.

Techniques documented for use in authorized environments only. CTF platforms, labs, and binaries with explicit permission to analyze.
This section is under active development. More techniques and pages are being added.