Upload:
9:34 AM 02/03/2021
Description
hey everyone, hope your having a good day, till now. this is my new crackme, this time it is little bit more different, you gotta achieve the conditions to win the game. but it is not that easy :). use some math to place the password.
and ill upload the sc later !
4epuxa on 8:29 AM 02/20/2021: my password is
20@@pPp0ppppPp0pp0pp
It can be different
profdracula on 1:01 PM 02/20/2021: Is the getting close message the winning message? :puzzled:
mohammadali on 5:24 AM 02/22/2021: @profdracula No, it is not, you must achieve a specific numbers of chars as well as specific number (in the ascii value),the sum of the chars you entered will be translated to ascii and added to each other ... this is a big hint :)
the problem is I uploaded this crackme a month ago, but it wasn't downloaded till now on the website, so I forgot the ascii value your password must achieve but I think it is 1,7-- something ... idk
MaxP on 12:38 PM 03/01/2021: Is this even solvable? It keeps telling me that the password needs to be 17 chars long, although it actually is. I also do not see any check in the CME whether the entered string is actually 17 chars long, it prints that unconditionally. A 17 chars long password that satisfies the necessary ASCII sum of 0x6E2 = 1762d is "alnzzzzzzzzzzz###". This should be valid, but I keep getting the "so close" message.
By the way: It's "disassembler", not "dissambler".
mohammadali on 9:08 AM 03/02/2021: @MaxP hey man, i actually wrote it and never checked whether it is working, but ill try to solve it when im done with the university's shit, i submitted a crackme (2nd version of this challenge), but i checked it, and im building something else rn that well be a true hit, (anti-patchable && anti-debugged), with some crazy ass techs, if you love challenge keep your eyes on the next upload.
mohammadali on 9:45 AM 03/02/2021: OKAY PEOPLE THIS CHALLENGE IS BROKEN (DO NOT TRY TO REVERSE IT).
i even tried to patch it, it appears that the success message is missing, idk wtf i was doing back then, but i wish i can delete it. anyways do not download it. ITS BROKEN
pranav on 3:46 AM 03/13/2021: You can request in the discord server to remove the crackme. Or maybe even update it?
Hachico on 2:57 PM 07/16/2021: int v5= 0; // esi
int v6 = 0; // edi
char v7 ; // al
const char* v19 = "znnnndddddddddddd"; // [esp+Bh] [ebp-5h] BYREF
v7 = *v19;
do
{
++v5;
v6 += v7;
v7 = *(v19 + v5);
} while (v7);
std::cout
You must me logged to submit a solution