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
Solution ghostfish Posted December 23, 2016 Solution Share Posted December 23, 2016 Spoiler IamTheOneDontWeighATonDontNeedAGunToGetRespectUpOnTheStreet 2 Link to comment
ghostfish Posted December 23, 2016 Share Posted December 23, 2016 CrackMe-Unpacked.zip 1 Link to comment
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
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
Cubixx Posted December 23, 2016 Share Posted December 23, 2016 Thank you very much. appreciate it! Link to comment
Amin710 Posted December 29, 2016 Share Posted December 29, 2016 Taught you about this؟؟ Link to comment
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
Diolegend Posted January 19, 2017 Share Posted January 19, 2017 Where can i download Use UnConfuserEx by Shadow ? Link to comment
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
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
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
微不足道 Posted November 20, 2017 Share Posted November 20, 2017 (edited) Can you tell me why? Edited November 20, 2017 by 淡淡幽香 Link to comment
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
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
微不足道 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
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
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
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