Flag: Tornado! Hurricane!

OllyDbg Plugins: Olly De-Attach Helper

File Information
Category Open Source # Downloads Version
OllyDbg Plugins Yes 25,318 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 28,212 total registered users.


Recently Created Topics
Reverse Engineering ...
Jan/23
Career: DoD Agency I...
Jan/22
"Disappearing&q...
Jan/17
Career: Software Sec...
Jan/11
Where is the call st...
Jan/07
IDA Pro 6.1 Breakpoi...
Jan/01
How to create data s...
Dec/30
can i search all mod...
Dec/23
IDA symbol table exp...
Dec/20
An anti-attach trick
Dec/17


Recent Forum Posts
Reverse Engineering ...
NirIzr
"Disappearing&q...
NirIzr
Reverse Engineering ...
charlie
"Disappearing&q...
charlie
An anti-attach trick
Bass
An anti-attach trick
waleeda...
An anti-attach trick
Bass
An anti-attach trick
waleeda...
An anti-attach trick
Bass
Looking for value in...
NirIzr


Recent Blog Entries
Ludwig
Feb/04
chi on sale

Ludwig
Feb/04
Monster In The Vicinity Of ...

Ludwig
Feb/04
Supra footwear Online

waleedassar
Jan/31
Yet Another Anti-Debug Trick

RolfRolles
Jan/22
Finding Bugs in VMs with a ...

More ...


Recent Blog Comments
waleedassar on:
Feb/01
Yet Another Anti-Debug Trick

NirIzr on:
Jan/31
Yet Another Anti-Debug Trick

jackchen on:
Jan/10
nike mercurial vapor iii

waleedassar on:
Dec/27
A new Anti-Olly trick.

PeterFerrie on:
Dec/27
A new Anti-Olly trick.

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit