I Built a Windows Debugger From Scratch to Actually See a Stack Smash Happen -
Scored daily by a customisable AI persona to surface the most relevant engineering leadership news.
Deep technical dive into building a Windows debugger from scratch, high novelty and technical depth but less relevant to AI/infra focus.
expl0itra is a Windows binary debugger built from scratch using C++ and the Windows Debug API, paired with a Flutter GUI that displays live RIP/RBP register values and memory contents during execution. It catches second-chance exceptions like stack overflows and access violations, writes crash analytics to a .txt file, and includes a VirusTotal pre-check. The tool demonstrated a classic stack smash by feeding a vulnerable C binary compiled without canaries, showing register overwrites live rather than post-mortem.