ctf.nitaimaarek.com Tracks Leaderboard Log in Sign up

Tracks / Stack Buffer Overflows / What stops you, and how exploits get past it

What stops you, and how exploits get past it

5 min read

Modern binaries fight back, and knowing each defence tells you what a real exploit has to do:

A modern exploit is usually two bugs: one to leak an address and defeat ASLR, one to corrupt control flow and redirect it. Each mitigation you understand turns a "can't" into a "here's the extra step".