Jump to content
Tuts 4 You

CrackMe // ConfuserEx 1.0.0-custom + SmartAssembly


lucifeey
Go to solution Solved by ghostfish,

Recommended Posts

Difficulty : 4/10
Language : .NET
Platform : Windows
OS Version : All
Packer / Protector : Confuser 1.0.0-custom and SmartAssembly

Description :

Get the Password and answer

Screenshot :

4101f978a526481ebc789e8407a5f480.png

 

CrackMe.zip

Edited by lucifeey
Link to comment
Share on other sites

Hi! Looks like a great crackme.

Im kinda new to reverse engineering. Could anyone please help me ?

I know how to unpack generic non-modified obfuscators(SA/ConfuserEx/Noisette..) but im kinda having trouble with this one. Anybody could point me in a good directions ? 

 

Thanks!

Link to comment
Share on other sites

Use UnConfuserEx by Shadow

private void method_1(object sender, EventArgs e)
	{
		if (Operators.CompareString(this.textBox_0.Text, "IamTheOneDontWeighATonDontNeedAGunToGetRespectUpOnTheStreet", false) != 0)
		{
			Interaction.MsgBox("WRONG PASSWORD :C!", MsgBoxStyle.Critical, null);
		}
		else
		{
			Interaction.MsgBox("Congratulations!", MsgBoxStyle.Information, null);
		}
	}

 

  • Like 2
Link to comment
Share on other sites

  • 3 weeks later...
On 23/12/2016 at 10:16 PM, converse said:

Use UnConfuserEx by Shadow


private void method_1(object sender, EventArgs e)
	{
		if (Operators.CompareString(this.textBox_0.Text, "IamTheOneDontWeighATonDontNeedAGunToGetRespectUpOnTheStreet", false) != 0)
		{
			Interaction.MsgBox("WRONG PASSWORD :C!", MsgBoxStyle.Critical, null);
		}
		else
		{
			Interaction.MsgBox("Congratulations!", MsgBoxStyle.Information, null);
		}
	}

Where can i download  UnConfuserEx by Shadow

Where can i download  UnConfuserEx by Shadow

Edited by Diolegend
Link to comment
Share on other sites

  • 2 weeks later...
  • 9 months later...
  • 2 months later...
  • 1 month later...
On ‎20‎-‎11‎-‎2017 at 4:51 PM, 淡淡幽香 said:

Can you tell me why? image.png.4c6099fd3f48a352396c63cfc7c0a89c.png

I'm facing the same problem. anyone know how to fix?

Link to comment
Share on other sites

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