Jump to content
Tuts 4 You

Recommended Posts

Posted

This is my first ever CrackMe


 


Coded in Vb.Net


 


I wont give hints away on how its protected but your task is to unpack/deobfuscate and post the correct password


 


Hoping its not too easy ;)


 


Enjoy


CrackMe.rar

Posted

Password: Try And Crack Me


Hadits follower
Posted

and code


 
private void method_2(object sender, EventArgs e)
{
   if (Operators.CompareString(this.vmethod_2().Text, "Try And Crack Me", false) == 0)
   {
       MessageBox.Show("Well Done! You Beat Me");
   }
   else
   {
       MessageBox.Show("Sorry Wrong Password, Try Again");
   }
}
 
Posted

packed Confuser+Enigma


Posted

Well done guys :)


 


there was a too but not sure what happened.


 


It went, Confuser (max settings) -> RPX .net packer -> Enigma (most settings + some anti dumping text lookups)


 


I assume at the speed it was done it was very easy.


 


Ill try harder for my next one


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