SKILL: Heap Exploitation — Expert Attack Playbook AI LOAD INSTRUCTION : Expert glibc heap exploitation techniques. Covers ptmalloc2 internals, bin structures, tcache mechanics, libc/heap leak methods, and attack selection by glibc version. Distilled from ctf-wiki heap sections, how2heap, and real-world exploitation. Base models often confuse glibc version constraints and miss safe-linking (PROTECT PTR) introduced in 2.32. 0. RELATED ROUTING - stack-overflow-and-rop — when the overflow is on the stack rather than the heap - format-string-exploitation — leak heap/libc addresses via format strin…