Jump to content
Tuts 4 You

[crackme] .NET crackme


JesusSpork

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

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