Jump to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

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

packed Enigma


written on С#


online activation


Unpacked.Patched.rar

Edited by converse

@ 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]    ; OEP
greetz
  • Author

It says Access Denied :P Still not fully cracked :)


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]

codecracker dotnetdumper done to unpack it


 


packed Enigma


written on С#


online activation


 


3f406261b79ffa15862ca4984ca0b5f7.jpg


 


0bc24d2c0f129be0f882ba033d58ab6b.jpg


 


 


 


 


 


Lol u missing to crack the main form


e8mFIrf.gif


Easy Login System-Cracked.rar

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 by GIV

Hello. There is a cracked exe. Thank you GIV for tut :)


CrackMe #1-Cracked.rar

  • Author

So it rate is 0 i guess? :)


  • Author

Also i did not anyone see fully cracked it :)


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:


53jk11.png


Cracked.7z

Edited by atom0s

my exe not cracked? why Onlykl i see access granted and hello there, login id :)


  • Author

OKay then, What to do to improve that crackme to be little harder??


Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.