crackmes.one

Writeup for Password And Flag in C

Author: Azazel_
Date: 2026-08-09 20:42
Summary: Set breakpoint at `strcmp@plt`, run binary, enter dummy input, stop at comparison, read `$rsi` to get real password, then rerun program with it to print the flag

Loading writeup...