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

Have fun.

CrackMe7.rar

Edited by MIB

First, learn to check what you yourself wrote


00454EC4 |. 8D55 D8 LEA EDX,[LOCAL.10]
00454EC7 |. 8B45 FC MOV EAX,[LOCAL.1]
00454ECA >|. 8B80 10030000 MOV EAX,DWORD PTR DS:[EAX+310] ; *TForm1.Label3:TLabel
00454ED0 >|. E8 47EEFDFF CALL <@Controls@TControl@GetText$qqrv> ; ->Controls.TControl.GetText(TControl):TCaption;
00454ED5 |. 8B45 D8 MOV EAX,[LOCAL.10]
00454ED8 >|. E8 2FF2FAFF CALL <00:?> ; ->System.@LStrLen(String):Integer;
00454EDD |. 8BD8 MOV EBX,EAX
00454EDF |. 8D55 D4 LEA EDX,[LOCAL.11]
00454EE2 |. 8B45 FC MOV EAX,[LOCAL.1]
00454EE5 >|. 8B80 10030000 MOV EAX,DWORD PTR DS:[EAX+310] ; *TForm1.Label3:TLabel
00454EEB >|. E8 2CEEFDFF CALL <@Controls@TControl@GetText$qqrv> ; ->Controls.TControl.GetText(TControl):TCaption;
00454EF0 |. 8B45 D4 MOV EAX,[LOCAL.11]
00454EF3 |. 8A5C18 FE MOV BL,BYTE PTR DS:[EAX+EBX-2] <-- Error!!

you try to take the byte at [value from Label3.Text + Lenght(Label3.Text) - 2], and you Label3.Text := '', then value from Label3.Text = 0, and Lenght(Label3.Text) = 0, then you take byte from [0 + 0 - 2] ????????????

Edited by BoRoV

  • Author

Sorry,my mistake.Uploaded the new archive now,you can give it a new try.

Username: MiB

Password: edleteit

  • Author

Congratulations,correct.

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.