The Trinity of Low-Level Security: Malware, Exploits, and Reversing
A practitioner's guide to the interconnected disciplines that define offensive and defensive security.
Recent content on izzy.sh
A practitioner's guide to the interconnected disciplines that define offensive and defensive security.
A comprehensive guide to learning binary exploitation, from first buffer overflow to kernel pwn. Covers wargames, tools, books, CTFs, and realistic timelines for each stage.
Understanding C input/output functions is the foundation of binary exploitation. Learn why I/O mechanisms are your primary attack vector and how different functions enable different vulnerabilities.
An in-depth exploration of how Python has become the lingua franca of binary exploitation and reverse engineering
An in-depth guide to Python fundamentals covering syntax, data structures, control flow, functions, and core concepts