lucifeey Posted December 23, 2016 Posted December 23, 2016 (edited) 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, 2016 by lucifeey
Solution ghostfish Posted December 23, 2016 Solution Posted December 23, 2016 Spoiler IamTheOneDontWeighATonDontNeedAGunToGetRespectUpOnTheStreet 2
Cubixx Posted December 23, 2016 Posted December 23, 2016 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!
converse Posted December 23, 2016 Posted December 23, 2016 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); } } 2
mcr66 Posted January 3, 2017 Posted January 3, 2017 Thank you very much. please video tutorial for unpack this file thanks 1
Diolegend Posted January 19, 2017 Posted January 19, 2017 Where can i download Use UnConfuserEx by Shadow ?
Diolegend Posted January 19, 2017 Posted January 19, 2017 (edited) 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, 2017 by Diolegend
converse Posted January 19, 2017 Posted January 19, 2017 30 minutes ago, Diolegend said: Where can i download UnConfuserEx by Shadow Search on this forum
MoKu.23 Posted January 28, 2017 Posted January 28, 2017 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
GeGe Posted November 20, 2017 Posted November 20, 2017 (edited) Can you tell me why? Edited November 20, 2017 by 淡淡幽香
Avenger Posted November 20, 2017 Posted November 20, 2017 1 hour ago, 淡淡幽香 said: Can you tell me why? What's wrong?
kao Posted November 20, 2017 Posted November 20, 2017 @淡淡幽香: 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
GeGe Posted November 21, 2017 Posted November 21, 2017 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
anoxios Posted January 28, 2018 Posted January 28, 2018 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
deztroyr1 Posted March 2, 2018 Posted March 2, 2018 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?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now