Jump to content
Tuts 4 You

Custom Confuserex Modded


qwe00

Recommended Posts

Difficulty : 5-6
Language : C#
Platform : Windows x32/x64
OS Version : All
Packer / Protector : ConfuserEX Custom

Screenshot :

ddd.PNG.9599bc044db07621ade9032b72e20b59.PNG

Description :

Unpack-me and clean the code,and tell me how you did this :)

UnpackMe1.rar

Link to comment
Share on other sites

  • 1 month later...
  • 7 months later...

The real challenge for this unpack me is cleaning control flow, if you use public tool it will crash because infinite loop, like

private static void _qwe00_Protector_BXkY(string[] args)
{
    Application.EnableVisualStyles();
    Application.SetCompatibleTextRenderingDefault(false);
    for (;;){
    	Application.Run(new _qwe00_Protector_uDNw());
    }
}

 UnpackMe1-cleaned.zip

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