ADRI082 on 5:20 PM 03/27/2022: I can't unzip the solution with that password. Are you sure that password is correct? I want to start to crackme with this one, if you could help me, I'd appreciate it
subbruh on 5:45 PM 04/02/2022: I am sorry if you guys can't unzip the file, this is because I thought I have to make the zip myself, I did not know that it will turn out to be a zip inside a zip.
The password for the zip is the same for the outer zip file
rrenamed on 5:57 PM 04/06/2022: Nice crackme! So that's the answer: ILProtectorUnpacker - dnSpy reversing. So I found https://imgur.com/a/UQcEuis and just recompiled it to show me the password.
Pass: sub5195
nn653 on 10:22 PM 04/18/2022: Cracked (pass: sub5195). Thx
OpMoya on 1:01 PM 06/25/2022: Not bad, I don't have a password, but I'm change code structure from
if (this.maskedTextBox_0.Text == text)
{
this.maskedTextBox_0.Text = "Correct";
}
else
{
this.maskedTextBox_0.Text = "Wrong!";
}
To
if (this.maskedTextBox_0.Text == text || this.maskedTextBox_0.Text != text)
{
this.maskedTextBox_0.Text = "Correct";
}
somebodyone1234 on 2:11 PM 08/03/2022: How am I supposed to deobfuscate this mess?
(Screenshot link) https://imgur.com/a/bjA8zhC