Binary exploitation toolkit. Linux x86_64 syscall table (325 entries), stack frame visualizer with cyclic pattern and endian converter, and format string payload generator with write-what-where and GOT overwrite.
325 syscalls (NR 0-335), searchable by name or number, register arguments (%rdi through %r9). Shellcode favorites filter. Click any row to copy the ASM stub (mov rax, NR; syscall).
Visual stack layout (buffer, RBP, RIP, canary), automatic padding calculation, Python2/3 exploit skeleton, De Bruijn cyclic pattern generator with find-offset, and endian converter (hex to little-endian with Python copy). Mitigations quick reference (ASLR, NX, canary, PIE, RELRO, shadow stack).
Leak payloads, interactive offset finder, write-what-where via %n/%hn/%hhn, GOT overwrite. x86/x64 architecture with x64-specific notes, goal selector (leak/write/GOT), Windows %n warning, configurable offset. All variants generated live.