Jump to content
Tuts 4 You

[crackme] .NET crackme


Recommended Posts

Posted (edited)

2010-12-01_2117.png

PM me your cracked copy and the congratulations message.

Requirements: Crack this to show the congratulations message and still run afterwards. No delay signing

note: Downloads http://thebotnet.com/api/post.php as a simple web-auth...

___Crackme 2.1.rar

Edited by JesusSpork
Posted

if (((method06000002("Sniffer2HelperWin32.dll").ToInt32() == 0) && !method06000007(".NET Generic Unpacker")) && (!method06000007("PvLog .NET Sniffer") && (Attribute.GetCustomAttribute(Assembly.GetExecutingAssembly(), typeof(SuppressIldasmAttribute)) != null)))

{

string str = "otnv";

string s = Strings.Split(Encoding.Default.GetString(method06000005("yrnnylwkrqryxwahrom")), "!@_!", -1, CompareMethod.Text)[0];

 = Assembly.Load(method06000006(Encoding.Default.GetBytes(s)));

 = .EntryPoint;

if (!(str == "wat"))

{

 = null;

 = .Invoke(null, null);

return true;

}

}

Environment.FailFast(new Random().Next(200).ToString());

return true;

}

catch (Exception exception)

{

MessageBox.Show(exception.ToString() + "\n\n\n" + exception.Message);

return true;

.... very easy one

Posted (edited)
if (((method06000002("Sniffer2HelperWin32.dll").ToInt32() == 0) && !method06000007(".NET Generic Unpacker")) && (!method06000007("PvLog .NET Sniffer") && (Attribute.GetCustomAttribute(Assembly.GetExecutingAssembly(), typeof(SuppressIldasmAttribute)) != null)))
{
string str = "otnv";
string s = Strings.Split(Encoding.Default.GetString(method06000005("yrnnylwkrqryxwahrom")), "!@_!", -1, CompareMethod.Text)[0];
 = Assembly.Load(method06000006(Encoding.Default.GetBytes(s)));
 = .EntryPoint;
if (!(str == "wat"))
{
 = null;
 = .Invoke(null, null);
return true;
}
}
Environment.FailFast(new Random().Next(200).ToString());
return true;
}
catch (Exception exception)
{
MessageBox.Show(exception.ToString() + "\n\n\n" + exception.Message);
return true;

.... very easy one

Not correct. The congratulations message actually says congratulations, it isn't an exception message

Edited by JesusSpork
Posted

@Sirp, you need to unpack the real crackme out of that exe "shell". It's in the resources. If you want it to work you'll probably need to reinject the encrypted edited resource back since it calls functions from the shell.

Posted

was just toooooo lazy and tired ,)

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