ctf.nitaimaarek.com Tracks Leaderboard Log in Sign up

Tracks / Static Analysis / Find the check, then decide: read it or defeat it

Find the check, then decide: read it or defeat it

5 min read

Every crackme has a moment where it decides pass or fail — a compare, then a conditional jump. Find that branch and you have two moves:

In a debugger the same branch is where you set a breakpoint and inspect the registers at the compare: the value your input was turned into, and the value it is measured against, side by side. That comparison is the answer, made visible.