Jump to content
Tuts 4 You

UnPackMe 1 // ConfuserEx 1.0.0


lucifeey
Go to solution Solved by ghostfish,

Recommended Posts

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
Link to comment
Share on other sites

  • Solution

[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
Link to comment
Share on other sites

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
.
Link to comment
Share on other sites

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
Link to comment
Share on other sites

XenocodeRCE
4 hours ago, cawk said:

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%

 

indeed http://i.imgur.com/ewf7JZg.png

 

updated source : https://github.com/XenocodeRCE/ConfuserEx-Unpacker

  • Like 1
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 4 months later...
  • 2 months later...
  • 2 months later...
  • 1 month later...
  • 9 months later...
  • 1 year later...

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