Posted December 23, 20168 yr Difficulty : 4/10Language : .NETPlatform : WindowsOS Version : AllPacker / Protector : Confuser 1.0.0-custom and SmartAssembly Description : Get the Password and answer Screenshot : CrackMe.zip Edited December 23, 20168 yr by lucifeey
December 23, 20168 yr Hi! Looks like a great crackme. Im kinda new to reverse engineering. Could anyone please help me ? I know how to unpack generic non-modified obfuscators(SA/ConfuserEx/Noisette..) but im kinda having trouble with this one. Anybody could point me in a good directions ? Thanks!
December 23, 20168 yr Use UnConfuserEx by Shadow private void method_1(object sender, EventArgs e) { if (Operators.CompareString(this.textBox_0.Text, "IamTheOneDontWeighATonDontNeedAGunToGetRespectUpOnTheStreet", false) != 0) { Interaction.MsgBox("WRONG PASSWORD :C!", MsgBoxStyle.Critical, null); } else { Interaction.MsgBox("Congratulations!", MsgBoxStyle.Information, null); } }
January 19, 20178 yr On 23/12/2016 at 10:16 PM, converse said: Use UnConfuserEx by Shadow private void method_1(object sender, EventArgs e) { if (Operators.CompareString(this.textBox_0.Text, "IamTheOneDontWeighATonDontNeedAGunToGetRespectUpOnTheStreet", false) != 0) { Interaction.MsgBox("WRONG PASSWORD :C!", MsgBoxStyle.Critical, null); } else { Interaction.MsgBox("Congratulations!", MsgBoxStyle.Information, null); } } Where can i download UnConfuserEx by Shadow Where can i download UnConfuserEx by Shadow Edited January 19, 20178 yr by Diolegend
January 19, 20178 yr 30 minutes ago, Diolegend said: Where can i download UnConfuserEx by Shadow Search on this forum
January 28, 20178 yr On 23/12/2016 at 8:42 AM, ghostfish said: CrackMe-Unpacked.zip Hello, how did you unpacked it? i've tried with UnConfuserEx but it wont start
November 20, 20177 yr @淡淡幽香: you did not decrypt the strings correctly. See https://github.com/0xd4d/de4dot/wiki/FAQ#how-do-i-decrypt-strings-in-an-assembly-obfuscated-by-an-unsupported-obfuscator
November 21, 20177 yr 7 hours ago, kao said: @淡淡幽香: you did not decrypt the strings correctly. See https://github.com/0xd4d/de4dot/wiki/FAQ#how-do-i-decrypt-strings-in-an-assembly-obfuscated-by-an-unsupported-obfuscator Thank you very much for your reply , I use this command,But not available
January 28, 20187 yr On 1/28/2017 at 10:24 PM, MoKu.23 said: Hello, how did you unpacked it? i've tried with UnConfuserEx but it wont start // Download UnConfuserEx by Shadow https://forum.tuts4you.com/topic/36631-unconfuserex/ // Use VS .NET Reflector
March 2, 20187 yr On 20-11-2017 at 4:51 PM, 淡淡幽香 said: Can you tell me why? I'm facing the same problem. anyone know how to fix?
Create an account or sign in to comment