ctf.nitaimaarek.com Tracks Leaderboard Log in Sign up

Tracks / Static Analysis / Static triage: what to do before you run anything

Static triage: what to do before you run anything

6 min read

Before a debugger, before Ghidra, you can learn an enormous amount from a binary without executing it — which matters when the binary might be hostile.

The single most common beginner win: the program compares your input to the correct answer with strcmp, and the correct answer is a plaintext string sitting right there in strings output. Compilers are not trying to hide it; you just have to look.