Skip 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.

Leaderboard

  1. CodeExplorer

    CodeExplorer

    Team Retired
    30
    Points
    4,841
    Posts
  2. Asif

    Asif

    Full Member
    11
    Points
    467
    Posts
  3. BufferLord

    BufferLord

    Junior+
    10
    Points
    24
    Posts
  4. Progman

    Progman

    Full Member
    8
    Points
    505
    Posts

Popular Content

Showing content with the highest reputation since 09/15/2026 in all areas

  1. divad100
    1 point
    • 6 downloads
    • Version 1.0.0
    What does the tool do? The program is a graphical Windows application (Win32 GUI) for the byte-accurate comparison of two executable files (e.g. B. .exe or .dll). The special feature of this is that the binary comparison does not start at the beginning of the file, but at the respective entry point (entry point) of the program code. This allows modifications or patches to be detected in the executable code, even if the file sizes or header metadata differ fundamentally from each other. Core functions & features ⚙️ Intelligent PE header analysis: The tool automatically detects whether it is a 32-bit (PE32) or 64-bit (PE32+) Windows file. It reads the virtual address of the Entry Point (AddressOfEntryPoint) and translates it to the real file offset on the hard drive. 🔍 Synchronized byte comparison: After the offset calculation, the tool jumps exactly to the code start point in both files and compares bytes for byte (via a high-performance file loop) from there. 📏 Ignore size differences: Enable the option “Ignore filesize differences”, the tool compares the data until the shorter of the two files reaches its end. A difference in size therefore does not lead to a premature termination. 📝 Detailed error log (log): Deviations found are output directly in the UI. The tool shows the relative offset (from the entry point) and the absolute offset for both files separately, including the different hex values (e.g. B. 0x90 ! = 0xCC). To keep the log readable, the maximum of the first 30 Differences listed.

Account

Navigation

Search

Search

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.