Jump to content
Tuts 4 You

CrackMe // ConfuserEx 1.0.0-custom + SmartAssembly


Go to solution Solved by ghostfish,

Recommended Posts

Posted (edited)

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

 

Spoiler

IamTheOneDontWeighATonDontNeedAGunToGetRespectUpOnTheStreet

 

  • Like 2
Posted

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!

Posted

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
Posted

Thank you very much.

please video tutorial for unpack this file

thanks

  • Like 1
  • 3 weeks later...
Posted

Where can i download 

 

Use UnConfuserEx by Shadow ?

Posted (edited)
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
Posted
30 minutes ago, Diolegend said:

Where can i download  UnConfuserEx by Shadow

Search on this forum

  • 2 weeks later...
Posted
On 23/12/2016 at 8:42 AM, ghostfish said:

Hello, how did you unpacked it? i've tried with UnConfuserEx but it wont start

  • 9 months later...
Posted (edited)

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

Edited by 淡淡幽香
Posted
1 hour ago, 淡淡幽香 said:

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

What's wrong? 

  • 2 months later...
  • 1 month later...
Posted
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?

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