Jump to content
Tuts 4 You

ConfuserEx/DNP .Net


Go to solution Solved by ghostfish,

Recommended Posts

Posted

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
Posted

dnp is useless

…………

  • Like 1
Posted
52 minutes ago, ghostfish said:

dnp is useless

…………

its only used for string protection

  • Like 1
  • Solution
Posted (edited)

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
Posted
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

  • 2 weeks later...
Posted

I'm glad my tool found somebody to use it ^_^

  • Like 4
Posted
2 hours ago, XenocodeRCE said:

I'm glad my tool found somebody to use it ^_^

@XenocodeRCE thanks for your good work

  • Like 1

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