Posted April 9, 201312 yr Hello there this is my first crack me and I'm testing my app So please crack mine app and tell me from 0-10 how hard is it and what should i make better? CrackMe #1.zip
April 9, 201312 yr packed Enigmawritten on С#online activationUnpacked.Patched.rar Edited April 11, 201312 yr by converse
April 9, 201312 yr @ Onlykl Next time post the info that your target is a NetFrameWork file.Thanks. PS: No ideas about NFW targets and also not installed NFW.Maybe this is the OEP? 0040864E JMP DWORD PTR DS:[402000] ; OEPgreetz
April 9, 201312 yr The [crackme] tag has been added to your topic title. Please remember to follow and adhere to the topic title format - thankyou! [This is an automated reply]
April 10, 201312 yr codecracker dotnetdumper done to unpack it packed Enigma written on С# online activation Lol u missing to crack the main form Easy Login System-Cracked.rar
April 10, 201312 yr Unpacked only (sorry but i'm noob at .net re). Private Sub loginWorker_RunWorkerCompleted(ByVal sender As Object, ByVal e As RunWorkerCompletedEventArgs) Me.loginBtn.Enabled = True If (Me.eResult = "0") Then Interaction.MsgBox("Your username or password is incorrect.", MsgBoxStyle.Exclamation, "Error!") ElseIf (Me.eResult = "1") Then MySettings.Default.user = Me.TextBox1.Text MySettings.Default.pass = Me.TextBox2.Text MySettings.Default.Save MyProject.Forms.main.Show Me.Close ElseIf (Me.eResult = "66") Then Interaction.MsgBox("Your account hasn't been approved yet. Please check again later.", MsgBoxStyle.Information, "Notice") ElseIf (Me.eResult = "x1") Then Interaction.MsgBox("This account does not belong to this machine.", MsgBoxStyle.Critical, "Error!") End If End Sub P.S. Here how the unpacking is done video... CrackMe #1-cleaned.rar Enigma 3.90 .Net unpacking.rar Edited April 10, 201312 yr by GIV
April 11, 201312 yr Think this is fully cracked. - Removed remote check and forced return "1" to always be valid. - Removed all checks inside the main form and just forced it to be valid. public object _ValiAcc(string usrname, string passwrd, ref string result) { result = "1"; return result; } private void updateWorker_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e) { this._Label1.Text = "Access Granted!"; this._Label1.ForeColor = Color.Green; this._Label1.Visible = true; this._Label2.Text = "~ Hello there, atom0s!"; this._Label2.Visible = true; } Edit: Adding pic: Cracked.7z Edited April 11, 201312 yr by atom0s
Create an account or sign in to comment