Jump to content
Tuts 4 You

UnPackMe 1 // ConfuserEx 1.0.0


Go to solution Solved by ghostfish,

Recommended Posts

Posted (edited)

Difficulty : idk
Language : .NET
Platform : Windows x64
OS Version : All
Packer / Protector : ConfuserEx 1.0.0

Description :

Give the unpacked file + tutorial how to unpack it.

[!] The file should be runnable after unpacking it [!]

Screenshot :

Spoiler

4BQWi0ZuStmNJKIJxeM8kA.png

 

UnPackMe01.zip

Edited by lucifeey
removed line
  • Like 1
  • Solution
Posted

[STAThread]
public static void ‬‍‫‬‮‪‏‫‍‏‫‪‫‪‎‫‭‫‎‬‏‎‍‏‮()
{
   Console.Title = "UnPackMe 1";
   Console.WriteLine("UnPackMe 1 - by lucifeey");
   Console.WriteLine("Whats the hidden password?");
   while (Operators.CompareString(Console.ReadLine(), "HowDidYouDoThat?PlsTellMe", false) > 0)
   {
       Console.WriteLine("Invalid. Try again!");
   }
   Console.WriteLine("Success!!!");
   Console.ReadKey();
}
 

  • Like 1
Posted

NofuserEx .....

too easy.

  • Like 2
Posted (edited)
19 hours ago, ghostfish said:

NofuserEx .....

too easy.

The NoFuserEx i use get errors and the output looks like it didn't do anything :/

Edited by lucifeey
.
Posted

my confuserex unpacker works for this with one slight modification in the anti tamper find method it fails just make it find anti tamper (easiest way just change the  if (sections.Count == 3) from a  3 to a 2 this will then fix it and static route work 100%

  • Like 2
Posted
7 hours ago, collins said:

XenocodeRCE :  

          how to use the ConfuserEx-Unpacker  ?   

 

Drag-Drop with the argument -d for dynamic decryption or -s for static decryption

Example : 

 

ConfuserEx-Unpacker.exe -s C:\myfile.exe

  • Like 4
Posted
15 hours ago, Legend-Modz-V1 said:

Drag-Drop with the argument -d for dynamic decryption or -s for static decryption

Example : 

 

ConfuserEx-Unpacker.exe -s C:\myfile.exe

Thank you, brother.

  • 4 months later...
  • 2 months later...
  • 2 months later...
  • 1 month later...
  • 9 months later...
  • 1 year later...
Posted (edited)

Nice Tool!

Edited by kryp

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