Jump to content
Tuts 4 You

ConfuserEx/DNP .Net


cawk
Go to solution Solved by ghostfish,

Recommended Posts

Difficulty : 2/3
Language : C#
Platform : Windows
OS Version : All
Packer / Protector : ConfuserEx/DNP

Description :

Unpack the file and keep the application working.

The serial is easy to get - if you get it - well done though it is not the main objective of this unpackme.

Screenshot :

6f8ece6347515a4c68846b6f55902821.png

https://gyazo.com/6f8ece6347515a4c68846b6f55902821

CrackMe.rar

  • Like 1
Link to comment
Share on other sites

  • Solution

Unpacked.zip

first use DNPDeobfuscator shared by  Mr. XenocodeRCE 

then resourceManager ,de4dot and other confuserex tools shared by Mr CodeCracker..

final  use SAE to deal strings.

ok.

!!!!$

&UUU

-----------------------------

// GForm0
private void button_0_Click(object sender, EventArgs e)
{
   string b = "!!!!$";
   string b2 = "&UUU";
   if (!(this.textBox_0.Text == B) || !(this.textBox_1.Text == b2))
   {
       MessageBox.Show("Failed try again");
   }
   else
   {
       MessageBox.Show("login success");
   }
}

 

Edited by ghostfish
  • Like 6
Link to comment
Share on other sites

On 2/4/2016 at 3:07 PM, ghostfish said:

Unpacked.zip

first use DNPDeobfuscator shared by  Mr. XenocodeRCE 

then resourceManager ,de4dot and other confuserex tools shared by Mr CodeCracker..

final  use SAE to deal strings.

ok.

!!!!$

&UUU

-----------------------------

// GForm0
private void button_0_Click(object sender, EventArgs e)
{
   string b = "!!!!$";
   string b2 = "&UUU";
   if (!(this.textBox_0.Text == B) || !(this.textBox_1.Text == b2))
   {
       MessageBox.Show("Failed try again");
   }
   else
   {
       MessageBox.Show("login success");
   }
}

 

well done 

can you upload yourr unpacked file as i cant download it from the attatchment above

Link to comment
Share on other sites

  • 2 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...