Vladmodelsy095alina44 2021

The program stops on the first (and only) call to strcmp . Inspect the arguments:

$ ./vladmodelsy095alina44 Enter the secret code: S3cr3t_C0D3_2021_4l1n4 Correct! Here is the flag: flagv1ct0rY_4s_4l1n4_2021 vladmodelsy095alina44 2021

What’s your favorite “creative experiment” from 2021? Share your thoughts below! 👇 The program stops on the first (and only) call to strcmp

(gdb) info registers rdi rsi rdi = 0x7fffffffdf78 // pointer to user‑input rsi = 0x555555555000 // pointer to a buffer inside the binary vladmodelsy095alina44 2021