crackmes.one

Writeup for argc

Author: Azazel_
Date: 2026-08-04 12:00
Summary: > The program halves `argc`, so I used `./argc A A B C D` to meet the check. Then I set `argv[1] == argv[2]` to pass `strcmp` and get the flag.

Loading writeup...