Jump to content
Tuts 4 You

.NET Crackme 2


EinMann
Go to solution Solved by cawk,

Recommended Posts

Difficulty : 1/10
Language : C#
Platform : Windows
OS Version : Windows 7,8,10
Packer / Protector : Guardian.NET Lowest settings

Description :

lit crackme. Only protected with constant mutation of Guardian.Net (very low settings)

Screenshot :

Unbenannt.PNG.582ebebe0e75871c5844014cf6687b3b.PNG

Download :

CrackMe.exe

Edited by EinMann
Link to comment
Share on other sites

2 hours ago, EinMann said:

Packer / Protector : Guardian.NET Lowest settings

WTF is Guardian.NET? I've never heard of it and Google doesn't know it either. :)

  • Like 1
Link to comment
Share on other sites

Spoiler

private static void Main(string[] args)
{
    Console.WriteLine("Write Key:");
    Console.WriteLine(Convert.ToString(Convert.ToChar(122)) + Convert.ToString(Convert.ToChar(122)));
    if (Convert.ToInt32(Console.ReadLine()) == 8)
    {
        Console.WriteLine("Congratz");
    }
    Console.ReadKey();
}

 

 

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