DosX on 9:35 AM 04/08/2024: Damn. The site cuts the heart symbol consisting of a less than sign. I wanted to write "Developed with Love by DosX" but something went wrong. In any case, good luck in solving this crackme.
pavler on 12:34 PM 04/08/2024: good crackme, and patch guard also funny
nightxyz on 1:54 AM 04/09/2024: Solved.
-----Spoiler------
Starts with "x" character.
-----Spoiler------
nayani on 2:41 PM 04/09/2024: Guys, can anyone give me a little nudge. it's a little confusing.
Mew_ on 6:25 PM 04/10/2024: This was fun!
Thanks :)
Satharus on 11:40 PM 04/13/2024: Nice challenge, thanks :)
cnathansmith on 9:32 AM 04/14/2024: @DosX the site just strips potential HTML tags from comments in the clumsiest way possible.
nopx64 on 2:12 PM 04/14/2024: i made it display
"[+] Correct password. You did it! :)"
but i did not understand what it did, is it considered as cracking?
cnathansmith on 12:37 AM 04/15/2024: @nopx64 the strlen and individual chars of the password are compared against constants generated through convoluted ways. You need to break on those comparisons and see what the correct values are for each.
nightxyz on 7:04 AM 04/15/2024: @nopx64 You've probably either made a runtime debugging or made a patch to get that message. Patching is not allowed unless otherwise specified, You need to find the real password.
MugoSquero on 11:56 PM 04/20/2024: I really enjoyed it. Analyzing both statically and dynamically in parallel helped a lot.
SirWardrake on 12:49 AM 04/22/2024: Very nice crackme. Lots of unnecessary code that helps disguise the password. Well done