Flag: Tornado! Hurricane!

OllyDbg Plugins: Olly De-Attach Helper

File Information
Category Open Source # Downloads Version
OllyDbg Plugins Yes 31,905 2.1

Download from OpenRCE
MD5 Sum: EE89CCA47D822E48F2D702B1DFE2407F

Last updated on Jun 8, 2006 with the following description: Fixed bug in shortcut handler callback that was preventing shortcuts in other plugins from working. Ported project to Visual Studio 2005.

Author Information
Username Name E-Mail URL
  pedram Pedram Amini pedramaminigmailcom http://pedram.openrce.org

Description This is a *very* simple plug-in that exposes two useful features. One, it allows you to detach from the debuggee on systems that support doing so by doing nothing more then calling the following routine:

    void detach_from_debuggee (void)
    {
        DebugSetProcessKillOnExit(FALSE);
        exit(1);
    }

Two, it creates a plug-in menu option and hotkey to attach to the last created process (ignoring the OllyDbg process itself). This is a feature that WinDbg users essentially have (and constantly rub in the faces of Olly users) due to the way the process list is ordered. At some point in the future it would be nice to extend this feature to display an OllyDbg table showing the entire process list, allowing the user to manually select the target process to attach to.

This plug-in was built against Alex Clarke's modified PDK:

    [url]http://www.openrce.org/downloads/details/193/Modified PDK[/url]

Which correctly exports the Attachtoactiveprocess() routine. I guess Oleh forgot to include that in the official PDK lib.

The hokey Alt+A is registered for attaching to the last process and the hotkey Alt+Shift+D is registered for detaching from the current process. Note however, that hotkeys are not functional from all views. For example, if the CPU or log views are in focus the hotkey fails. I'm not quite sure why this is or if it's a problem I can address on my end.

There are 31,310 total registered users.


Recently Created Topics
[help] Unpacking VMP...
Mar/12
Reverse Engineering ...
Jul/06
hi!
Jul/01
let 'IDAPython' impo...
Sep/24
set 'IDAPython' as t...
Sep/24
GuessType return une...
Sep/20
About retrieving the...
Sep/07
How to find specific...
Aug/15
How to get data depe...
Jul/07
Identify RVA data in...
May/06


Recent Forum Posts
Finding the procedur...
rolEYder
Question about debbu...
rolEYder
Identify RVA data in...
sohlow
let 'IDAPython' impo...
sohlow
How to find specific...
hackgreti
Problem with ollydbg
sh3dow
How can I write olly...
sh3dow
New LoadMAP plugin v...
mefisto...
Intel pin in loaded ...
djnemo
OOP_RE tool available?
Bl4ckm4n


Recent Blog Entries
halsten
Mar/14
Breaking IonCUBE VM

oleavr
Oct/24
Anatomy of a code tracer

hasherezade
Sep/24
IAT Patcher - new tool for ...

oleavr
Aug/27
CryptoShark: code tracer ba...

oleavr
Jun/25
Build a debugger in 5 minutes

More ...


Recent Blog Comments
nieo on:
Mar/22
IAT Patcher - new tool for ...

djnemo on:
Nov/17
Kernel debugger vs user mod...

acel on:
Nov/14
Kernel debugger vs user mod...

pedram on:
Dec/21
frida.github.io: scriptable...

capadleman on:
Jun/19
Using NtCreateThreadEx for ...

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit