ADRI082 on 2022-03-27 17:20:
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 2022-04-02 17:45:
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 2022-04-06 17:57:
[Click to reveal]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 2022-04-18 22:22:
[Click to reveal]Cracked (pass: sub5195). Thx
OpMoya on 2022-06-25 13:01:
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 2022-08-03 14:11:
How am I supposed to deobfuscate this mess?
(Screenshot link) https://imgur.com/a/bjA8zhC
mrmoded on 2022-08-31 17:24:
[Click to reveal]sub5195
4HM33D on 2024-05-19 21:06:
[Click to reveal]sub5195