Flag: Tornado! Hurricane!

OllyDbg Plugins: Olly De-Attach Helper

File Information
Category Open Source # Downloads Version
OllyDbg Plugins Yes 21,365 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 16,646 total registered users.


Recently Created Topics
SSL keyfindert plugi...
Mar/15
ApiHooks.com down
Mar/15
how to crate a PATC...
Mar/10
wsnpoem audio.dll
Mar/09
suggestions - RE tra...
Mar/09
Requesting Suggestio...
Mar/06
Force enable debug p...
Mar/05
upgrading new image ...
Mar/03
upgrading new image ...
Mar/03
upgrading new image ...
Mar/03


Recent Forum Posts
suggestions - RE tra...
enm16
wsnpoem audio.dll
zhane
suggestions - RE tra...
Silkut
how to crate a PATC...
Silkut
suggestions - RE tra...
RolfRolles
wsnpoem audio.dll
debbie
Requesting Suggestio...
secursig
Requesting Suggestio...
phn1x
how to get executabl...
RabidCi...
how to get executabl...
RabidCi...


Recent Blog Entries
RolfRolles
Mar/08
Compiler Optimizations for ...

ReWolf
Mar/04
When memory management goes...

thesprawler
Feb/20
log1949.txt -- Wondering ho...

thesprawler
Feb/20
log1949.log -- created on C...

thesprawler
Feb/17
Trying to reverse the firmw...

More ...


Recent Blog Comments
Boken on:
Mar/12
Compiler Optimizations for ...

wildinto on:
Mar/10
Compiler Optimizations for ...

Orr on:
Mar/10
Compiler Optimizations for ...

bughoho on:
Mar/09
Compiler Optimizations for ...

cliffwolf on:
Mar/08
Compiler Optimizations for ...

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit