mohammadali on 11:13 AM 03/22/2021: what am i suppose to do ??
panzo on 9:08 PM 03/23/2021: My first one! easy done :)
juansacco on 7:04 AM 03/24/2021: CTF{Y0U_d1D_1t_n1C3}
thelonius on 2:14 PM 03/24/2021: CTF{Y0U_d1D_1t_n1C3}
y33t on 4:29 AM 03/26/2021: Nice one! Finding the string is relatively easy. I'm pretty new to SRE and trying to understand the code taught me a lot. I had never heard of mangling before this one and I learned a bit about how variables are allocated too :)
Mister_rc on 7:31 AM 03/26/2021: what is the password of this zip?
matheuss0xf on 12:01 AM 03/27/2021: CTF{Y0U_d1D_1t_n1C3}
very nice
had on 6:16 PM 04/01/2021: What is the password of zip?
valkerian on 8:53 AM 04/07/2021: CTF{Y0U_d1D_1t_n1C3}
MustafaHussien on 10:09 PM 04/11/2021: CTF{Y0U_d1D_1t_n1C3}
AwayyGG on 3:48 PM 04/16/2021: CTF{Y0U_d1D_1t_n1C3} dont even have to do static analysis, just run strings
You must me logged to submit a solution
Solution by shouvikd: Open any online hex editor.
Now upload the .exe file over that hex editor.
Search for the string "CTF"
It will give the flag easily.
Solution by Thanathot: Open file in hex editor or with the strings command in linux
strings basic_static.exe strings.txt
search the strings for CTF will result in:
CTF{Y0U_d1D_1t_n1C3}