dev0 on 11:24 AM 06/22/2022: Really good one for learning and practicing static analysis
S3TYB_GNI3SREV3R on 10:08 AM 06/26/2022: checkout my solution https://youtu.be/wFg0uegVP3k
JohnDexter on 8:41 PM 07/06/2022: a pretty nice one
Ehap-elamir on 9:46 AM 07/11/2022: man the rar tell me enter the password what is it
f0rizen on 9:51 AM 07/16/2022: Ehap-elamir, it is "crackmes.one"(without quotes) on all archives here
iHapiW on 3:24 PM 09/14/2022: flag{_y0u_f0und_key_}
kraken1234 on 2:34 AM 11/04/2022: Really nice. Cool to see how to reverse a key.
not_a_robot on 1:33 PM 11/13/2022: Nice one :)
umpani on 11:58 AM 12/01/2022: Thank you.
Solved it with Ghidra and Python.
strawberry_cake on 12:42 PM 04/10/2023: flag{_y0u_f0und_key_}
RedVi on 1:13 AM 06/24/2023: on 1:12 AM 06/24/2023: nice challenge
flag: flag{_y0u_f0und_key_}
python script:
first = [0x51,0x53,0x4E,0x11,0x50,0x3D,0x51,0x11,0x41,0x50,0x11,0x52,0x3D,0x49,0x11,0x57,0x3D,0x0F,0x11,0x11,0x15]
second = [0x37,0x3F,0x2F,0x76,0x2B,0x62,0x28,0x21,0x34,0x0F,0x77,0x62,0x48,0x27,0x75,0x8,0x56,0x6A,0x68,0x4E,0x68]
for i in range(0,len(first)):
print(chr(first[i] ^ second[i]),end="")
dilmmman on 10:19 PM 09/06/2023: A very good one. I enjoyed it so much, thank you.
amnam on 1:58 PM 09/21/2023: Very nice and beautiful :))
Sinthoras39 on 8:47 PM 04/02/2024: I really enjoyed it. That was the first real crackme I solved, I also used it to familiarize with gdb and how to check memory adresses at runtime. When i wrote the keygen and the flag popped up, I was really excited.
SirWardrake on 1:53 AM 05/16/2024: good one
realyoung on 6:52 AM 08/19/2024: good wargame