Jump to content
Tuts 4 You

[unpackme] .Net Unpack Me


richyb

Recommended Posts

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

Link to comment
Share on other sites

Hadits follower

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");
   }
}
 
Link to comment
Share on other sites

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


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