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.

5 Screenshots

This plugin make it possible to pass debuggee to another debugger without restarting (like VM live migration). Each debuggers have both strong and weak points compared with others.

We can get only strong point of each debuggers by debuggee migration, e.g. Using OllyDbg to bypass antidebug and detect OEP, after that using Immunity Debugger to fix obfuscated import table.

Very simple overview:

  • OllyMigrate = Debuggee live migration plugin

Features:

  • Various debuggers supported
  • Migrate debuggee between each debuggers
  • Multi thread and suspended thread aware (running state not required)
  • Migrate software breakpoint settings (keep enabled/disabled status)
  • Migrate selected address of disassemble, memory and stack window

Supported Debugger:

  • OllyDbg version 1.10 (tested 1.10)
  • OllyDbg version 2.01 (tested 2.01)
  • Immunity Debugger version 1.8x or higher (tested 1.85)
  • IDA Pro 32bit build version 5.0 or higher (tested 6.9)
  • IDA Pro 64bit build version 7.0 or higher (tested 7.1)
  • IDA Freeware 32bit build version 5.0 (tested 5.0)
  • IDA Freeware 64bit build version 7.0 (tested 7.0.190307)
  • WinDbg version 6.x (tested 6.2)
  • x64dbg (tested 20170822 snapshot)

How to use (OllyDbg example):

  1. Install "same version" plugin to sender(src) and receiver(dst) debuggers.
  2. Start sender debugger to add receiver debugger definition.
    Menu > Plugins > OllyMigrate > Options
    Input debugger info
    Path: receiver debugger path (Click [Browse] and select file)
    Tag:  anything is ok (identification only)
    Args: debugger command line argument (usually not need to change)
    Click [Add] and [Save]
  3. Open debuggee using sender debugger. Start debugging (e.g. until detect OEP)
    After that switch to another debugger. Paused status is recommended.
    Menu > Plugins > OllyMigrate > Send Debuggee
    Select destination debugger and Click [Migrate]
  4. Receiver debugger startup automatically and receive debuggee.
    Continue debugging.

User Feedback

Recommended Comments

There are no comments to display.

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.