Flag: Tornado! Hurricane!

OllyDbg Plugins: Olly De-Attach Helper

File Information
Category Open Source # Downloads Version
OllyDbg Plugins Yes 22,333 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.
Active in Last 5 Minutes
excavationfondations
bigines

There are 21,678 total registered users.


Recently Created Topics
PyEmu error when cal...
Sep/02
Restore Themida/Winl...
Sep/02
Anti-olly technique
Aug/30
RAR Password
Aug/29
Heap protection on W...
Aug/23
Why Inline asm in C+...
Aug/20
Bypassing OllyAdvance
Aug/17
Error in logic for g...
Aug/17
Has anyone seen this...
Aug/17
ARM Executable - Pat...
Aug/16


Recent Forum Posts
reverse engineering ...
raiden56
pydbg, memory breakp...
Researc...
RAR Password
Ineedhelp
RAR Password
cod
Heap protection on W...
voila
Heap protection on W...
j00ru
Heap protection on W...
voila
Heap protection on W...
j00ru
Heap protection on W...
psylocn
Why Inline asm in C+...
ronnie2...


Recent Blog Entries
meshmesh
Sep/01
Is it legal??

waleedassar
Aug/30
Anti-olly technique

QvasiModo
Aug/24
WinAppDbg 1.4 is out!

artemblagodarenko
Aug/18
Dataflow-0.2.0 released. Ne...

grzonu
Aug/17
Bypassing OllyAdvanced

More ...


Recent Blog Comments
tosanjay on:
Sep/02
PyEmu 0.0.2

GynvaelColdwind on:
Sep/01
Is it legal??

PeterFerrie on:
Aug/31
Anti-olly technique

dennis on:
Aug/26
Dr. Gadget IDAPython plugin

halsten on:
Aug/19
Dataflow-0.2.0 released. Ne...

More ...


Imagery
SoySauce Blueprint
Jun 6, 2008

[+] expand

View Gallery (11) / Submit