Posted July 9, 20178 yr Difficulty : idkLanguage : .NETPlatform : Windows x64OS Version : AllPacker / 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 UnPackMe01.zip Edited July 9, 20178 yr by lucifeey removed line
July 10, 20178 yr 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(); }
July 11, 20178 yr Author 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 July 11, 20178 yr by lucifeey .
July 11, 20178 yr 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%
July 11, 20178 yr 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
July 12, 20178 yr 4 hours ago, XenocodeRCE said: indeed http://i.imgur.com/ewf7JZg.png updated source : https://github.com/XenocodeRCE/ConfuserEx-Unpacker XenocodeRCE : how to use the ConfuserEx-Unpacker ?
July 12, 20178 yr 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
July 13, 20178 yr 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.
April 6, 20196 yr On 7/11/2017 at 11:23 PM, XenocodeRCE said: indeed http://i.imgur.com/ewf7JZg.png updated source : https://github.com/XenocodeRCE/ConfuserEx-Unpacker Thank you! Edited April 6, 20196 yr by MrQout
Create an account or sign in to comment