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

Your aim is to find the correct serial.


Level 1:http://www.sendspace.com/file/yaszb8


Edited by tehpro

Not entirely sure this is the correct method of solving this one but here's the answer I got:


Congradulations, the challenge serial is: eBVcM01u


 


My method of getting it:


 - Open in Olly and step through and see how the program reacts.


 - Notice there is a string compare but the compare is comparing what we entered to 00.


 - Trace the location that is being compared and we get the location of:


00401496   . C74424 04 0930>MOV DWORD PTR SS:[ESP+4],Software.00443009

 


This is overwriting the pointer to the string that is being checked to an array of 3 null bytes.


 


Either nop the mov, or rewrite it to move 00443000 instead, which points to:


00443000  65 69 61 31 32 61 6C 6B 00                       eia12alk.

 


Run with the patch and it should accept: eia12alk


 


Another thing you could do is just patch the check here:


00401686   . 74 2E          JE SHORT Software.004016B6

The [serialme] 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]

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.