Gnaar on 3:52 PM 05/11/2022: Password: Colby57LoveAd42!42rv45462ZZZZZZX3451900101010
JMac2 on 10:59 PM 05/11/2022: Gnaar are you going to post a solution ?
I am learning a bit about anti-debugging.
rrenamed on 8:29 AM 05/13/2022: Well the easiest way is to do string scan on Process Hacker
JMac2 on 11:05 AM 05/13/2022: Did the Process Hacker see the earlier string within the code.
helloclar245..... not a password but in there all the same.
rrenamed on 2:43 PM 05/13/2022: When it asks you for password just check memory strings that are at least 46 chars.
dbuser on 8:08 AM 05/18/2022: Oh, my God, the answers keep appearing again during the debugging process, and I underestimated the length of password. It makes Ben look very simple. It becomes very complex. Oh, N0, consolidate the foundation and analyze the basic process of the program. It is divided into three judgments
if ( !(unsigned __int8)sub_402370(v43, Block) )
{
cout
dbuser on 8:10 AM 05/18/2022: if ( !(unsigned __int8)sub_402370(v43, Block) ) cout
Sidd_Tim on 12:35 PM 05/21/2022: password: Colby57LoveAd42!42rv45462ZZZZZZX3451900101010
@JMac2, check xmm registers while debugging the program, there is the magic
JMac2 on 2:14 AM 05/22/2022: Hi, Thank you for the idea and I will go back and have a look at the xmm registers in x32dbg, I was using Radare2 which does not seem to show those registers, well I have not found them yet. But I did solve it, and submitted a solution, but obviously not approved, maybe the patching of the anti-debugging which author said was ok, who knows. Its all good.
S3TYB_GNI3SREV3R on 1:51 AM 05/28/2022: checkout the solution here: https://www.youtube.com/watch?v=wr44Mpotk2c
Vertissoo on 12:54 PM 07/02/2022: All that's required is basically just process hacker, the password is pretty obvious which makes it easy to find.
Password: Colby57LoveAd42!42rv45462ZZZZZZX3451900101010
1337ReverseEngineer on 5:35 PM 01/12/2023: Very easy crackme. You can bypass every anti debug measure by nopping the first function call in the main function. Then just step through to comparison and you will see that the password is in clear text.
x811r on 12:50 PM 02/01/2023: Anti debugging isn't that hard