cawk Posted January 31, 2016 Posted January 31, 2016 Difficulty : 2/3Language : C#Platform : WindowsOS Version : AllPacker / Protector : ConfuserEx/DNP Description : Unpack the file and keep the application working. The serial is easy to get - if you get it - well done though it is not the main objective of this unpackme. Screenshot : https://gyazo.com/6f8ece6347515a4c68846b6f55902821 CrackMe.rar 1
cawk Posted February 1, 2016 Author Posted February 1, 2016 52 minutes ago, ghostfish said: dnp is useless ………… its only used for string protection 1
Solution ghostfish Posted February 4, 2016 Solution Posted February 4, 2016 (edited) Unpacked.zip first use DNPDeobfuscator shared by Mr. XenocodeRCE then resourceManager ,de4dot and other confuserex tools shared by Mr CodeCracker.. final use SAE to deal strings. ok. !!!!$ &UUU ----------------------------- // GForm0 private void button_0_Click(object sender, EventArgs e) { string b = "!!!!$"; string b2 = "&UUU"; if (!(this.textBox_0.Text == || !(this.textBox_1.Text == b2)) { MessageBox.Show("Failed try again"); } else { MessageBox.Show("login success"); } } Edited February 4, 2016 by ghostfish 6
cawk Posted February 5, 2016 Author Posted February 5, 2016 On 2/4/2016 at 3:07 PM, ghostfish said: Unpacked.zip first use DNPDeobfuscator shared by Mr. XenocodeRCE then resourceManager ,de4dot and other confuserex tools shared by Mr CodeCracker.. final use SAE to deal strings. ok. !!!!$ &UUU ----------------------------- // GForm0 private void button_0_Click(object sender, EventArgs e) { string b = "!!!!$"; string b2 = "&UUU"; if (!(this.textBox_0.Text == || !(this.textBox_1.Text == b2)) { MessageBox.Show("Failed try again"); } else { MessageBox.Show("login success"); } } well done can you upload yourr unpacked file as i cant download it from the attatchment above
ghostfish Posted February 14, 2016 Posted February 14, 2016 Unpacked.zip hi here is the unpacked file now i reupload it. 3
XenocodeRCE Posted February 14, 2016 Posted February 14, 2016 I'm glad my tool found somebody to use it 4
ghostfish Posted February 14, 2016 Posted February 14, 2016 2 hours ago, XenocodeRCE said: I'm glad my tool found somebody to use it @XenocodeRCE thanks for your good work 1
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