BINARY & REVERSE — 01
We break it to the metal.
Firmware, binaries, compiled protocols. Heap overflows @ 0x4012a8 don't hide from us — we ship the ROP chain, not a theory.
WHAT WE COVER
- Heap / UAF / double-free / stack overflow
- Integer overflow, truncation, format string
- Parsing, crypto misuse, race/TOCTOU
- ROP chain construction in lab (no prod payload)
# lab — harness.c
LLVMFuzzerTestOneInput(data,size) → heap_alloc(data)
→ SIGSEGV @ 0x4012a8 • 1.2M cases • poc.mp4