View Single Post
  #1  
Old 04-17-2013, 20:09
Elijah
 
Posts: n/a
OllyMigrate Plugin

https://low-priority.appspot.com/ollymigrate/

Quote:
Overview
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
OllyDbg version 2 plugin interface supported
Migrate debuggee from OllyDbg1, OllyDbg2 and Immunity Debugger to each other
Multi thread and suspended thread aware (running state not required)
Migrate software breakpoint settings (keep enabled/disabled status)

Supported Debugger
OllyDbg version 1.10 (tested 1.10)
OllyDbg version 2.01 (tested 2.01h)
Immunity Debugger version 1.7x or lower (tested 1.73)
Immunity Debugger version 1.8x or higher (tested 1.85)

Download
This archive file contains plugin DLLs for each debuggers.
Code:
https://low-priority.appspot.com/ollymigrate/OllyMigrate.zip
Version: v0.60
MD5 : 9c5e5793cecf34839eaf0b2c8931eb2c
SHA1: 436771c41b9054c06c2ec7e3d952120812a6d60c

Recent Changes
- v0.60 / 2013-04-13
Public release version
Reply With Quote