lucifeey Posted December 23, 2016 Share 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 Link to comment Share on other sites More sharing options...
Solution ghostfish Posted December 23, 2016 Solution Share Posted December 23, 2016 Spoiler IamTheOneDontWeighATonDontNeedAGunToGetRespectUpOnTheStreet 2 Link to comment Share on other sites More sharing options...
ghostfish Posted December 23, 2016 Share Posted December 23, 2016 CrackMe-Unpacked.zip 1 Link to comment Share on other sites More sharing options...
man of the war Posted December 23, 2016 Share Posted December 23, 2016 Link to comment Share on other sites More sharing options...
Cubixx Posted December 23, 2016 Share 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! Link to comment Share on other sites More sharing options...
converse Posted December 23, 2016 Share 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 Link to comment Share on other sites More sharing options...
Cubixx Posted December 23, 2016 Share Posted December 23, 2016 Thank you very much. appreciate it! Link to comment Share on other sites More sharing options...
Amin710 Posted December 29, 2016 Share Posted December 29, 2016 Taught you about this؟؟ Link to comment Share on other sites More sharing options...
mcr66 Posted January 3, 2017 Share Posted January 3, 2017 Thank you very much. please video tutorial for unpack this file thanks 1 Link to comment Share on other sites More sharing options...
Diolegend Posted January 19, 2017 Share Posted January 19, 2017 Where can i download Use UnConfuserEx by Shadow ? Link to comment Share on other sites More sharing options...
Diolegend Posted January 19, 2017 Share 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 Link to comment Share on other sites More sharing options...
converse Posted January 19, 2017 Share Posted January 19, 2017 30 minutes ago, Diolegend said: Where can i download UnConfuserEx by Shadow Search on this forum Link to comment Share on other sites More sharing options...
MoKu.23 Posted January 28, 2017 Share 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 Link to comment Share on other sites More sharing options...
GeGe Posted November 20, 2017 Share Posted November 20, 2017 (edited) Can you tell me why? Edited November 20, 2017 by 淡淡幽香 Link to comment Share on other sites More sharing options...
Avenger Posted November 20, 2017 Share Posted November 20, 2017 1 hour ago, 淡淡幽香 said: Can you tell me why? What's wrong? Link to comment Share on other sites More sharing options...
kao Posted November 20, 2017 Share 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 Link to comment Share on other sites More sharing options...
GeGe Posted November 21, 2017 Share 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 Link to comment Share on other sites More sharing options...
anoxios Posted January 28, 2018 Share 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 Link to comment Share on other sites More sharing options...
deztroyr1 Posted March 2, 2018 Share 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? Link to comment Share on other sites More sharing options...
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