Jump to content
Tuts 4 You

[CrackMe][UnpackMe] 2 well protected .NET file


CodeNatif

Recommended Posts

Very hard:


Protected with Appfuscator + ILProtector + Themida


Password: This is easy !


 


Regular:


Protected with Eazfuscator.NET Trial


Code:



private void method_0(object sender, EventArgs e)
{
   this.Height = 165;
   if (Operators.CompareString(this.textBox_0.Text, "CodeNatif CrackMe ! Go tuts4you", false) == 0)
   {
       this.textBox_1.Visible = true;
       this.textBox_2.Visible = false;
   }
   else
   {
       if (Operators.CompareString(this.textBox_0.Text, "CodeNatif CrackMe ! Go tuts4you", false) != 0)
       {
           this.textBox_1.Visible = false;
           this.textBox_2.Visible = true;
       }
   }
}

Edited by SHADOW785
  • Like 3
Link to comment
Share on other sites

1.


Themida removed.


:)


2. Cleaned.


Code:



Private Sub method_0(ByVal sender As Object, ByVal e As EventArgs)
Me.Height = &HA5
If (Me.vmethod_0.Text = "CodeNatif CrackMe ! Go tuts4you") Then
Me.vmethod_4.Visible = True
Me.vmethod_6.Visible = False
ElseIf (Me.vmethod_0.Text <> "CodeNatif CrackMe ! Go tuts4you") Then
Me.vmethod_4.Visible = False
Me.vmethod_6.Visible = True
End If
End Sub

Dumps.7z

CrackMe_clean.7z

Edited by GIV
  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...